Shades of Blue Violet #991AFE
Tints of Blue Violet #991AFE
RGB
CMYK
RGB Variations
Color information
#991AFE (or 0x991AFE) is known color: Blue Violet. HEX triplet: 99, 1A and FE. RGB value is (153,26,254). Sum of RGB (Red+Green+Blue) = 153+26+254=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #991AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991AFE is #66E501. Grayscale: #595959. Windows color (decimal): -6743298 or 16652953. OLE color: 16652953.
HSL color Cylindrical-coordinate representation of color #991AFE: hue angle of 273.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991AFE is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 26 | 254 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.00 |
| HSL | 273.42º | 0.99% | 0.55% | - |
| HSV(B) | 273.42º | 0.9% | 1% | - |
| XYZ | 31.4 | 14.67 | 94.94 | - |
| YUV | 89.97 | 220.58 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 254 | 0.40 | 0.90 | 0 | 0.00 | 273.42 | 0.99 | 0.55 |
| Hex | 99 | 1A | FE | 28 | 5A | 0 | 0 | 111 | 63 | 37 |
| Octal | 231 | 32 | 376 | 50 | 132 | 0 | 0 | 421 | 143 | 67 |
| Binary | 10011001 | 11010 | 11111110 | 101000 | 1011010 | 0 | 0 | 100010001 | 1100011 | 110111 |
Color Harmonies of #991AFE
Complementary color
Monochromatic Colors of #991AFE
Black with #991AFE
Text Example
Text Example
White with #991AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991AFE; }
p { color: rgb(153,26,254); }
H1.HeaderClassName
{
color: #991AFE;
}
.AnyTagClassName
{
color: #991AFE;
}
</style>
background-color css
<style>
a { background-color: #991AFE; }
a { background-color: rgb(153,26,254); }
div.DivClassName
{
background-color: #991AFE;
}
.BgClassName
{
background-color: #991AFE;
}
</style>
border-color css
<style>
span { border-color: #991AFE; }
span { border-color: rgb(153,26,254); }
td.TdClassName
{
border-color: #991AFE;
}
.TagClassName
{
border-color: #991AFE;
}
</style>