Shades of Blue Violet #991CFE
Tints of Blue Violet #991CFE
RGB
CMYK
RGB Variations
Color information
#991CFE (or 0x991CFE) is known color: Blue Violet. HEX triplet: 99, 1C and FE. RGB value is (153,28,254). Sum of RGB (Red+Green+Blue) = 153+28+254=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #991CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991CFE is #66E301. Grayscale: #5A5A5A. Windows color (decimal): -6742786 or 16653465. OLE color: 16653465.
HSL color Cylindrical-coordinate representation of color #991CFE: hue angle of 273.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991CFE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 28 | 254 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.00 |
| HSL | 273.19º | 0.99% | 0.55% | - |
| HSV(B) | 273.19º | 0.89% | 1% | - |
| XYZ | 31.44 | 14.76 | 94.96 | - |
| YUV | 91.14 | 219.91 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 254 | 0.40 | 0.89 | 0 | 0.00 | 273.19 | 0.99 | 0.55 |
| Hex | 99 | 1C | FE | 28 | 59 | 0 | 0 | 111 | 63 | 37 |
| Octal | 231 | 34 | 376 | 50 | 131 | 0 | 0 | 421 | 143 | 67 |
| Binary | 10011001 | 11100 | 11111110 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100011 | 110111 |
Color Harmonies of #991CFE
Complementary color
Monochromatic Colors of #991CFE
Black with #991CFE
Text Example
Text Example
White with #991CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CFE; }
p { color: rgb(153,28,254); }
H1.HeaderClassName
{
color: #991CFE;
}
.AnyTagClassName
{
color: #991CFE;
}
</style>
background-color css
<style>
a { background-color: #991CFE; }
a { background-color: rgb(153,28,254); }
div.DivClassName
{
background-color: #991CFE;
}
.BgClassName
{
background-color: #991CFE;
}
</style>
border-color css
<style>
span { border-color: #991CFE; }
span { border-color: rgb(153,28,254); }
td.TdClassName
{
border-color: #991CFE;
}
.TagClassName
{
border-color: #991CFE;
}
</style>