Shades of Blue Violet #991CFF
Tints of Blue Violet #991CFF
RGB
CMYK
RGB Variations
Color information
#991CFF (or 0x991CFF) is known color: Blue Violet. HEX triplet: 99, 1C and FF. RGB value is (153,28,255). Sum of RGB (Red+Green+Blue) = 153+28+255=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #991CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991CFF is #66E300. Grayscale: #5A5A5A. Windows color (decimal): -6742785 or 16719001. OLE color: 16719001.
HSL color Cylindrical-coordinate representation of color #991CFF: hue angle of 273.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991CFF is Cyan = 0.4, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 28 | 255 | - |
| CMYK | 0.4 | 0.89 | 0 | 0 |
| HSL | 273.04º | 1% | 0.55% | - |
| HSV(B) | 273.04º | 0.89% | 1% | - |
| XYZ | 31.6 | 14.82 | 95.8 | - |
| YUV | 91.25 | 220.41 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 255 | 0.4 | 0.89 | 0 | 0 | 273.04 | 1 | 0.55 |
| Hex | 99 | 1C | FF | 28 | 59 | 0 | 0 | 111 | 64 | 37 |
| Octal | 231 | 34 | 377 | 50 | 131 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011001 | 11100 | 11111111 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #991CFF
Complementary color
Monochromatic Colors of #991CFF
Black with #991CFF
Text Example
Text Example
White with #991CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CFF; }
p { color: rgb(153,28,255); }
H1.HeaderClassName
{
color: #991CFF;
}
.AnyTagClassName
{
color: #991CFF;
}
</style>
background-color css
<style>
a { background-color: #991CFF; }
a { background-color: rgb(153,28,255); }
div.DivClassName
{
background-color: #991CFF;
}
.BgClassName
{
background-color: #991CFF;
}
</style>
border-color css
<style>
span { border-color: #991CFF; }
span { border-color: rgb(153,28,255); }
td.TdClassName
{
border-color: #991CFF;
}
.TagClassName
{
border-color: #991CFF;
}
</style>