Shades of Blue Violet #991CEF
Tints of Blue Violet #991CEF
RGB
CMYK
RGB Variations
Color information
#991CEF (or 0x991CEF) is known color: Blue Violet. HEX triplet: 99, 1C and EF. RGB value is (153,28,239). Sum of RGB (Red+Green+Blue) = 153+28+239=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #991CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991CEF is #66E310. Grayscale: #585858. Windows color (decimal): -6742801 or 15670425. OLE color: 15670425.
HSL color Cylindrical-coordinate representation of color #991CEF: hue angle of 275.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991CEF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 28 | 239 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.06 |
| HSL | 275.55º | 0.87% | 0.52% | - |
| HSV(B) | 275.55º | 0.88% | 0.94% | - |
| XYZ | 29.13 | 13.83 | 82.8 | - |
| YUV | 89.43 | 212.41 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 239 | 0.36 | 0.88 | 0 | 0.06 | 275.55 | 0.87 | 0.52 |
| Hex | 99 | 1C | EF | 24 | 58 | 0 | 6 | 114 | 57 | 34 |
| Octal | 231 | 34 | 357 | 44 | 130 | 0 | 6 | 424 | 127 | 64 |
| Binary | 10011001 | 11100 | 11101111 | 100100 | 1011000 | 0 | 110 | 100010100 | 1010111 | 110100 |
Color Harmonies of #991CEF
Complementary color
Monochromatic Colors of #991CEF
Black with #991CEF
Text Example
Text Example
White with #991CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CEF; }
p { color: rgb(153,28,239); }
H1.HeaderClassName
{
color: #991CEF;
}
.AnyTagClassName
{
color: #991CEF;
}
</style>
background-color css
<style>
a { background-color: #991CEF; }
a { background-color: rgb(153,28,239); }
div.DivClassName
{
background-color: #991CEF;
}
.BgClassName
{
background-color: #991CEF;
}
</style>
border-color css
<style>
span { border-color: #991CEF; }
span { border-color: rgb(153,28,239); }
td.TdClassName
{
border-color: #991CEF;
}
.TagClassName
{
border-color: #991CEF;
}
</style>