Shades of Blue Violet #992EEA
Tints of Blue Violet #992EEA
RGB
CMYK
RGB Variations
Color information
#992EEA (or 0x992EEA) is known color: Blue Violet. HEX triplet: 99, 2E and EA. RGB value is (153,46,234). Sum of RGB (Red+Green+Blue) = 153+46+234=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #992EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EEA is #66D115. Grayscale: #626262. Windows color (decimal): -6738198 or 15347353. OLE color: 15347353.
HSL color Cylindrical-coordinate representation of color #992EEA: hue angle of 274.15º 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 #992EEA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 46 | 234 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.08 |
| HSL | 274.15º | 0.82% | 0.55% | - |
| HSV(B) | 274.15º | 0.8% | 0.92% | - |
| XYZ | 28.97 | 14.67 | 79.15 | - |
| YUV | 99.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 234 | 0.35 | 0.80 | 0 | 0.08 | 274.15 | 0.82 | 0.55 |
| Hex | 99 | 2E | EA | 23 | 50 | 0 | 8 | 112 | 52 | 37 |
| Octal | 231 | 56 | 352 | 43 | 120 | 0 | 10 | 422 | 122 | 67 |
| Binary | 10011001 | 101110 | 11101010 | 100011 | 1010000 | 0 | 1000 | 100010010 | 1010010 | 110111 |
Color Harmonies of #992EEA
Complementary color
Monochromatic Colors of #992EEA
Black with #992EEA
Text Example
Text Example
White with #992EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EEA; }
p { color: rgb(153,46,234); }
H1.HeaderClassName
{
color: #992EEA;
}
.AnyTagClassName
{
color: #992EEA;
}
</style>
background-color css
<style>
a { background-color: #992EEA; }
a { background-color: rgb(153,46,234); }
div.DivClassName
{
background-color: #992EEA;
}
.BgClassName
{
background-color: #992EEA;
}
</style>
border-color css
<style>
span { border-color: #992EEA; }
span { border-color: rgb(153,46,234); }
td.TdClassName
{
border-color: #992EEA;
}
.TagClassName
{
border-color: #992EEA;
}
</style>