Shades of Blue Violet #991FE0
Tints of Blue Violet #991FE0
RGB
CMYK
RGB Variations
Color information
#991FE0 (or 0x991FE0) is known color: Blue Violet. HEX triplet: 99, 1F and E0. RGB value is (153,31,224). Sum of RGB (Red+Green+Blue) = 153+31+224=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #991FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FE0 is #66E01F. Grayscale: #585858. Windows color (decimal): -6742048 or 14688153. OLE color: 14688153.
HSL color Cylindrical-coordinate representation of color #991FE0: hue angle of 277.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991FE0 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 31 | 224 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.12 |
| HSL | 277.93º | 0.76% | 0.5% | - |
| HSV(B) | 277.93º | 0.86% | 0.88% | - |
| XYZ | 27.08 | 13.13 | 71.63 | - |
| YUV | 89.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 224 | 0.32 | 0.86 | 0 | 0.12 | 277.93 | 0.76 | 0.5 |
| Hex | 99 | 1F | E0 | 20 | 56 | 0 | C | 116 | 4C | 32 |
| Octal | 231 | 37 | 340 | 40 | 126 | 0 | 14 | 426 | 114 | 62 |
| Binary | 10011001 | 11111 | 11100000 | 100000 | 1010110 | 0 | 1100 | 100010110 | 1001100 | 110010 |
Color Harmonies of #991FE0
Complementary color
Monochromatic Colors of #991FE0
Black with #991FE0
Text Example
Text Example
White with #991FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991FE0; }
p { color: rgb(153,31,224); }
H1.HeaderClassName
{
color: #991FE0;
}
.AnyTagClassName
{
color: #991FE0;
}
</style>
background-color css
<style>
a { background-color: #991FE0; }
a { background-color: rgb(153,31,224); }
div.DivClassName
{
background-color: #991FE0;
}
.BgClassName
{
background-color: #991FE0;
}
</style>
border-color css
<style>
span { border-color: #991FE0; }
span { border-color: rgb(153,31,224); }
td.TdClassName
{
border-color: #991FE0;
}
.TagClassName
{
border-color: #991FE0;
}
</style>