Shades of Blue Violet #992CF9
Tints of Blue Violet #992CF9
RGB
CMYK
RGB Variations
Color information
#992CF9 (or 0x992CF9) is known color: Blue Violet. HEX triplet: 99, 2C and F9. RGB value is (153,44,249). Sum of RGB (Red+Green+Blue) = 153+44+249=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #992CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CF9 is #66D306. Grayscale: #636363. Windows color (decimal): -6738695 or 16329881. OLE color: 16329881.
HSL color Cylindrical-coordinate representation of color #992CF9: hue angle of 271.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992CF9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 44 | 249 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.02 |
| HSL | 271.9º | 0.94% | 0.57% | - |
| HSV(B) | 271.9º | 0.82% | 0.98% | - |
| XYZ | 31.14 | 15.41 | 90.96 | - |
| YUV | 99.96 | 212.11 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 249 | 0.39 | 0.82 | 0 | 0.02 | 271.9 | 0.94 | 0.57 |
| Hex | 99 | 2C | F9 | 27 | 52 | 0 | 2 | 110 | 5E | 39 |
| Octal | 231 | 54 | 371 | 47 | 122 | 0 | 2 | 420 | 136 | 71 |
| Binary | 10011001 | 101100 | 11111001 | 100111 | 1010010 | 0 | 10 | 100010000 | 1011110 | 111001 |
Color Harmonies of #992CF9
Complementary color
Monochromatic Colors of #992CF9
Black with #992CF9
Text Example
Text Example
White with #992CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CF9; }
p { color: rgb(153,44,249); }
H1.HeaderClassName
{
color: #992CF9;
}
.AnyTagClassName
{
color: #992CF9;
}
</style>
background-color css
<style>
a { background-color: #992CF9; }
a { background-color: rgb(153,44,249); }
div.DivClassName
{
background-color: #992CF9;
}
.BgClassName
{
background-color: #992CF9;
}
</style>
border-color css
<style>
span { border-color: #992CF9; }
span { border-color: rgb(153,44,249); }
td.TdClassName
{
border-color: #992CF9;
}
.TagClassName
{
border-color: #992CF9;
}
</style>