Shades of Blue Violet #992AFE
Tints of Blue Violet #992AFE
RGB
CMYK
RGB Variations
Color information
#992AFE (or 0x992AFE) is known color: Blue Violet. HEX triplet: 99, 2A and FE. RGB value is (153,42,254). Sum of RGB (Red+Green+Blue) = 153+42+254=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #992AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AFE is #66D501. Grayscale: #626262. Windows color (decimal): -6739202 or 16657049. OLE color: 16657049.
HSL color Cylindrical-coordinate representation of color #992AFE: hue angle of 271.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992AFE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 42 | 254 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.00 |
| HSL | 271.42º | 0.99% | 0.58% | - |
| HSV(B) | 271.42º | 0.83% | 1% | - |
| XYZ | 31.85 | 15.58 | 95.1 | - |
| YUV | 99.36 | 215.27 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 254 | 0.40 | 0.83 | 0 | 0.00 | 271.42 | 0.99 | 0.58 |
| Hex | 99 | 2A | FE | 28 | 53 | 0 | 0 | 10F | 63 | 3A |
| Octal | 231 | 52 | 376 | 50 | 123 | 0 | 0 | 417 | 143 | 72 |
| Binary | 10011001 | 101010 | 11111110 | 101000 | 1010011 | 0 | 0 | 100001111 | 1100011 | 111010 |
Color Harmonies of #992AFE
Complementary color
Monochromatic Colors of #992AFE
Black with #992AFE
Text Example
Text Example
White with #992AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AFE; }
p { color: rgb(153,42,254); }
H1.HeaderClassName
{
color: #992AFE;
}
.AnyTagClassName
{
color: #992AFE;
}
</style>
background-color css
<style>
a { background-color: #992AFE; }
a { background-color: rgb(153,42,254); }
div.DivClassName
{
background-color: #992AFE;
}
.BgClassName
{
background-color: #992AFE;
}
</style>
border-color css
<style>
span { border-color: #992AFE; }
span { border-color: rgb(153,42,254); }
td.TdClassName
{
border-color: #992AFE;
}
.TagClassName
{
border-color: #992AFE;
}
</style>