Shades of Blue Violet #991EDF
Tints of Blue Violet #991EDF
RGB
CMYK
RGB Variations
Color information
#991EDF (or 0x991EDF) is known color: Blue Violet. HEX triplet: 99, 1E and DF. RGB value is (153,30,223). Sum of RGB (Red+Green+Blue) = 153+30+223=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #991EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EDF is #66E120. Grayscale: #585858. Windows color (decimal): -6742305 or 14622361. OLE color: 14622361.
HSL color Cylindrical-coordinate representation of color #991EDF: hue angle of 278.24º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991EDF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 30 | 223 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.13 |
| HSL | 278.24º | 0.76% | 0.5% | - |
| HSV(B) | 278.24º | 0.87% | 0.87% | - |
| XYZ | 26.92 | 13.03 | 70.91 | - |
| YUV | 88.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 223 | 0.31 | 0.87 | 0 | 0.13 | 278.24 | 0.76 | 0.5 |
| Hex | 99 | 1E | DF | 1F | 57 | 0 | D | 116 | 4C | 32 |
| Octal | 231 | 36 | 337 | 37 | 127 | 0 | 15 | 426 | 114 | 62 |
| Binary | 10011001 | 11110 | 11011111 | 11111 | 1010111 | 0 | 1101 | 100010110 | 1001100 | 110010 |
Color Harmonies of #991EDF
Complementary color
Monochromatic Colors of #991EDF
Black with #991EDF
Text Example
Text Example
White with #991EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991EDF; }
p { color: rgb(153,30,223); }
H1.HeaderClassName
{
color: #991EDF;
}
.AnyTagClassName
{
color: #991EDF;
}
</style>
background-color css
<style>
a { background-color: #991EDF; }
a { background-color: rgb(153,30,223); }
div.DivClassName
{
background-color: #991EDF;
}
.BgClassName
{
background-color: #991EDF;
}
</style>
border-color css
<style>
span { border-color: #991EDF; }
span { border-color: rgb(153,30,223); }
td.TdClassName
{
border-color: #991EDF;
}
.TagClassName
{
border-color: #991EDF;
}
</style>