Shades of Blue Violet #991CDE
Tints of Blue Violet #991CDE
RGB
CMYK
RGB Variations
Color information
#991CDE (or 0x991CDE) is known color: Blue Violet. HEX triplet: 99, 1C and DE. RGB value is (153,28,222). Sum of RGB (Red+Green+Blue) = 153+28+222=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #991CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CDE is #66E321. Grayscale: #565656. Windows color (decimal): -6742818 or 14556313. OLE color: 14556313.
HSL color Cylindrical-coordinate representation of color #991CDE: hue angle of 278.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991CDE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 28 | 222 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.13 |
| HSL | 278.66º | 0.78% | 0.49% | - |
| HSV(B) | 278.66º | 0.87% | 0.87% | - |
| XYZ | 26.74 | 12.88 | 70.18 | - |
| YUV | 87.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 222 | 0.31 | 0.87 | 0 | 0.13 | 278.66 | 0.78 | 0.49 |
| Hex | 99 | 1C | DE | 1F | 57 | 0 | D | 117 | 4E | 31 |
| Octal | 231 | 34 | 336 | 37 | 127 | 0 | 15 | 427 | 116 | 61 |
| Binary | 10011001 | 11100 | 11011110 | 11111 | 1010111 | 0 | 1101 | 100010111 | 1001110 | 110001 |
Color Harmonies of #991CDE
Complementary color
Monochromatic Colors of #991CDE
Black with #991CDE
Text Example
Text Example
White with #991CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991CDE; }
p { color: rgb(153,28,222); }
H1.HeaderClassName
{
color: #991CDE;
}
.AnyTagClassName
{
color: #991CDE;
}
</style>
background-color css
<style>
a { background-color: #991CDE; }
a { background-color: rgb(153,28,222); }
div.DivClassName
{
background-color: #991CDE;
}
.BgClassName
{
background-color: #991CDE;
}
</style>
border-color css
<style>
span { border-color: #991CDE; }
span { border-color: rgb(153,28,222); }
td.TdClassName
{
border-color: #991CDE;
}
.TagClassName
{
border-color: #991CDE;
}
</style>