Shades of Blue Violet #992CEA
Tints of Blue Violet #992CEA
RGB
CMYK
RGB Variations
Color information
#992CEA (or 0x992CEA) is known color: 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
| RGB | 153 | 44 | 234 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.08 |
| HSL | 274.42º | 0.82% | 0.55% | - |
| HSV(B) | 274.42º | 0.81% | 0.92% | - |
| XYZ | 28.89 | 14.51 | 79.12 | - |
| YUV | 98.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 234 | 0.35 | 0.81 | 0 | 0.08 | 274.42 | 0.82 | 0.55 |
| Hex | 99 | 2C | EA | 23 | 51 | 0 | 8 | 112 | 52 | 37 |
| Octal | 231 | 54 | 352 | 43 | 121 | 0 | 10 | 422 | 122 | 67 |
| Binary | 10011001 | 101100 | 11101010 | 100011 | 1010001 | 0 | 1000 | 100010010 | 1010010 | 110111 |
Color Harmonies of #992CEA
Complementary color
Monochromatic Colors of #992CEA
Black with #992CEA
Text Example
Text Example
White with #992CEA
Text Example
Text Example
HTML Codes & Css Web 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>