Shades of Blue Violet #991FDF
Tints of Blue Violet #991FDF
RGB
CMYK
RGB Variations
Color information
#991FDF (or 0x991FDF) is known color: Blue Violet. HEX triplet: 99, 1F and DF. RGB value is (153,31,223). Sum of RGB (Red+Green+Blue) = 153+31+223=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #991FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FDF is #66E020. Grayscale: #585858. Windows color (decimal): -6742049 or 14622617. OLE color: 14622617.
HSL color Cylindrical-coordinate representation of color #991FDF: hue angle of 278.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991FDF is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 31 | 223 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.13 |
| HSL | 278.13º | 0.76% | 0.5% | - |
| HSV(B) | 278.13º | 0.86% | 0.87% | - |
| XYZ | 26.95 | 13.08 | 70.92 | - |
| YUV | 89.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 223 | 0.31 | 0.86 | 0 | 0.13 | 278.13 | 0.76 | 0.5 |
| Hex | 99 | 1F | DF | 1F | 56 | 0 | D | 116 | 4C | 32 |
| Octal | 231 | 37 | 337 | 37 | 126 | 0 | 15 | 426 | 114 | 62 |
| Binary | 10011001 | 11111 | 11011111 | 11111 | 1010110 | 0 | 1101 | 100010110 | 1001100 | 110010 |
Color Harmonies of #991FDF
Complementary color
Monochromatic Colors of #991FDF
Black with #991FDF
Text Example
Text Example
White with #991FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991FDF; }
p { color: rgb(153,31,223); }
H1.HeaderClassName
{
color: #991FDF;
}
.AnyTagClassName
{
color: #991FDF;
}
</style>
background-color css
<style>
a { background-color: #991FDF; }
a { background-color: rgb(153,31,223); }
div.DivClassName
{
background-color: #991FDF;
}
.BgClassName
{
background-color: #991FDF;
}
</style>
border-color css
<style>
span { border-color: #991FDF; }
span { border-color: rgb(153,31,223); }
td.TdClassName
{
border-color: #991FDF;
}
.TagClassName
{
border-color: #991FDF;
}
</style>