Shades of Blue Violet #991BFF
Tints of Blue Violet #991BFF
RGB
CMYK
RGB Variations
Color information
#991BFF (or 0x991BFF) is known color: Blue Violet. HEX triplet: 99, 1B and FF. RGB value is (153,27,255). Sum of RGB (Red+Green+Blue) = 153+27+255=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #991BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991BFF is #66E400. Grayscale: #595959. Windows color (decimal): -6743041 or 16718745. OLE color: 16718745.
HSL color Cylindrical-coordinate representation of color #991BFF: hue angle of 273.16º 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 #991BFF is Cyan = 0.4, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 27 | 255 | - |
| CMYK | 0.4 | 0.89 | 0 | 0 |
| HSL | 273.16º | 1% | 0.55% | - |
| HSV(B) | 273.16º | 0.89% | 1% | - |
| XYZ | 31.58 | 14.78 | 95.8 | - |
| YUV | 90.67 | 220.74 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 255 | 0.4 | 0.89 | 0 | 0 | 273.16 | 1 | 0.55 |
| Hex | 99 | 1B | FF | 28 | 59 | 0 | 0 | 111 | 64 | 37 |
| Octal | 231 | 33 | 377 | 50 | 131 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011001 | 11011 | 11111111 | 101000 | 1011001 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #991BFF
Complementary color
Monochromatic Colors of #991BFF
Black with #991BFF
Text Example
Text Example
White with #991BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BFF; }
p { color: rgb(153,27,255); }
H1.HeaderClassName
{
color: #991BFF;
}
.AnyTagClassName
{
color: #991BFF;
}
</style>
background-color css
<style>
a { background-color: #991BFF; }
a { background-color: rgb(153,27,255); }
div.DivClassName
{
background-color: #991BFF;
}
.BgClassName
{
background-color: #991BFF;
}
</style>
border-color css
<style>
span { border-color: #991BFF; }
span { border-color: rgb(153,27,255); }
td.TdClassName
{
border-color: #991BFF;
}
.TagClassName
{
border-color: #991BFF;
}
</style>