Shades of Blue Violet #992AFB
Tints of Blue Violet #992AFB
RGB
CMYK
RGB Variations
Color information
#992AFB (or 0x992AFB) is known color: Blue Violet. HEX triplet: 99, 2A and FB. RGB value is (153,42,251). Sum of RGB (Red+Green+Blue) = 153+42+251=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #992AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AFB is #66D504. Grayscale: #626262. Windows color (decimal): -6739205 or 16460441. OLE color: 16460441.
HSL color Cylindrical-coordinate representation of color #992AFB: hue angle of 271.87º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992AFB is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 42 | 251 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.02 |
| HSL | 271.87º | 0.96% | 0.57% | - |
| HSV(B) | 271.87º | 0.83% | 0.98% | - |
| XYZ | 31.38 | 15.39 | 92.58 | - |
| YUV | 99.02 | 213.77 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 251 | 0.39 | 0.83 | 0 | 0.02 | 271.87 | 0.96 | 0.57 |
| Hex | 99 | 2A | FB | 27 | 53 | 0 | 2 | 110 | 60 | 39 |
| Octal | 231 | 52 | 373 | 47 | 123 | 0 | 2 | 420 | 140 | 71 |
| Binary | 10011001 | 101010 | 11111011 | 100111 | 1010011 | 0 | 10 | 100010000 | 1100000 | 111001 |
Color Harmonies of #992AFB
Complementary color
Monochromatic Colors of #992AFB
Black with #992AFB
Text Example
Text Example
White with #992AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AFB; }
p { color: rgb(153,42,251); }
H1.HeaderClassName
{
color: #992AFB;
}
.AnyTagClassName
{
color: #992AFB;
}
</style>
background-color css
<style>
a { background-color: #992AFB; }
a { background-color: rgb(153,42,251); }
div.DivClassName
{
background-color: #992AFB;
}
.BgClassName
{
background-color: #992AFB;
}
</style>
border-color css
<style>
span { border-color: #992AFB; }
span { border-color: rgb(153,42,251); }
td.TdClassName
{
border-color: #992AFB;
}
.TagClassName
{
border-color: #992AFB;
}
</style>