Shades of Blue Violet #992FEA
Tints of Blue Violet #992FEA
RGB
CMYK
RGB Variations
Color information
#992FEA (or 0x992FEA) is known color: Blue Violet. HEX triplet: 99, 2F and EA. RGB value is (153,47,234). Sum of RGB (Red+Green+Blue) = 153+47+234=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #992FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FEA is #66D015. Grayscale: #636363. Windows color (decimal): -6737942 or 15347609. OLE color: 15347609.
HSL color Cylindrical-coordinate representation of color #992FEA: hue angle of 274.01º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992FEA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 47 | 234 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.08 |
| HSL | 274.01º | 0.82% | 0.55% | - |
| HSV(B) | 274.01º | 0.8% | 0.92% | - |
| XYZ | 29 | 14.75 | 79.16 | - |
| YUV | 100.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 234 | 0.35 | 0.80 | 0 | 0.08 | 274.01 | 0.82 | 0.55 |
| Hex | 99 | 2F | EA | 23 | 50 | 0 | 8 | 112 | 52 | 37 |
| Octal | 231 | 57 | 352 | 43 | 120 | 0 | 10 | 422 | 122 | 67 |
| Binary | 10011001 | 101111 | 11101010 | 100011 | 1010000 | 0 | 1000 | 100010010 | 1010010 | 110111 |
Color Harmonies of #992FEA
Complementary color
Monochromatic Colors of #992FEA
Black with #992FEA
Text Example
Text Example
White with #992FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FEA; }
p { color: rgb(153,47,234); }
H1.HeaderClassName
{
color: #992FEA;
}
.AnyTagClassName
{
color: #992FEA;
}
</style>
background-color css
<style>
a { background-color: #992FEA; }
a { background-color: rgb(153,47,234); }
div.DivClassName
{
background-color: #992FEA;
}
.BgClassName
{
background-color: #992FEA;
}
</style>
border-color css
<style>
span { border-color: #992FEA; }
span { border-color: rgb(153,47,234); }
td.TdClassName
{
border-color: #992FEA;
}
.TagClassName
{
border-color: #992FEA;
}
</style>