#992CEA

Color #992CEA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #992CEA

Tints of Blue Violet #992CEA

Color information

#992CEA (or 0x992CEA) is unknown color: approx Blue Violet. HEX triplet: 99, 2C and EA. RGB value is (153,44,234). Sum of RGB (Red+Green+Blue) = 153+44+234=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #992CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CEA is #66D315. Grayscale: #616161. Windows color (decimal): -6738710 or 15346841. OLE color: 15346841.

HSL color Cylindrical-coordinate representation of color #992CEA: hue angle of 274.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992CEA is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15344234-
CMYK0.350.8100.08
HSL274.42º81.9%54.51%-
HSV(B)274.42º81.2%91.76%-
XYZ28.8914.5179.12-
YUV98.25204.61167.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 44 (17.58% from 255) = 10.21%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=35.50%
G=10.21%
B=54.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153442340.350.8100.08274.4281.954.51
Hex992CEA2351081125237
Octal231543524312101042212267
Binary10011001101100111010101000111010001010001000100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992CEA; }

 p { color: rgb(153,44,234); }

 H1.HeaderClassName
 {
   color: #992CEA;
 }
 .AnyTagClassName
 {
   color: #992CEA;
 }
</style>
background-color css

<style>
 a { background-color: #992CEA; }

 a { background-color: rgb(153,44,234); }

 div.DivClassName
 {
   background-color: #992CEA;
 }
 .BgClassName
 {
   background-color: #992CEA;
 }
</style>
border-color css

<style>
 span { border-color: #992CEA; }

 span { border-color: rgb(153,44,234); }

 td.TdClassName
 {
   border-color: #992CEA;
 }
 .TagClassName
 {
   border-color: #992CEA;
 }
</style>