Shades of Blue Violet #992CFF
Tints of Blue Violet #992CFF
RGB
CMYK
RGB Variations
Color information
#992CFF (or 0x992CFF) is known color: Blue Violet. HEX triplet: 99, 2C and FF. RGB value is (153,44,255). Sum of RGB (Red+Green+Blue) = 153+44+255=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #992CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CFF is #66D300. Grayscale: #636363. Windows color (decimal): -6738689 or 16723097. OLE color: 16723097.
HSL color Cylindrical-coordinate representation of color #992CFF: hue angle of 271º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992CFF is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 44 | 255 | - |
| CMYK | 0.4 | 0.83 | 0 | 0 |
| HSL | 271º | 1% | 0.59% | - |
| HSV(B) | 271º | 0.83% | 1% | - |
| XYZ | 32.09 | 15.79 | 95.97 | - |
| YUV | 100.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 255 | 0.4 | 0.83 | 0 | 0 | 271 | 1 | 0.59 |
| Hex | 99 | 2C | FF | 28 | 53 | 0 | 0 | 10F | 64 | 3B |
| Octal | 231 | 54 | 377 | 50 | 123 | 0 | 0 | 417 | 144 | 73 |
| Binary | 10011001 | 101100 | 11111111 | 101000 | 1010011 | 0 | 0 | 100001111 | 1100100 | 111011 |
Color Harmonies of #992CFF
Complementary color
Monochromatic Colors of #992CFF
Black with #992CFF
Text Example
Text Example
White with #992CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CFF; }
p { color: rgb(153,44,255); }
H1.HeaderClassName
{
color: #992CFF;
}
.AnyTagClassName
{
color: #992CFF;
}
</style>
background-color css
<style>
a { background-color: #992CFF; }
a { background-color: rgb(153,44,255); }
div.DivClassName
{
background-color: #992CFF;
}
.BgClassName
{
background-color: #992CFF;
}
</style>
border-color css
<style>
span { border-color: #992CFF; }
span { border-color: rgb(153,44,255); }
td.TdClassName
{
border-color: #992CFF;
}
.TagClassName
{
border-color: #992CFF;
}
</style>