Shades of Dark Violet #9119CE
Tints of Dark Violet #9119CE
RGB
CMYK
RGB Variations
Color information
#9119CE (or 0x9119CE) is known color: Dark Violet. HEX triplet: 91, 19 and CE. RGB value is (145,25,206). Sum of RGB (Red+Green+Blue) = 145+25+206=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9119CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119CE is #6EE631. Grayscale: #505050. Windows color (decimal): -7267890 or 13506961. OLE color: 13506961.
HSL color Cylindrical-coordinate representation of color #9119CE: hue angle of 279.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9119CE is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 25 | 206 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.19 |
| HSL | 279.78º | 0.78% | 0.45% | - |
| HSV(B) | 279.78º | 0.88% | 0.81% | - |
| XYZ | 23.17 | 11.17 | 59.33 | - |
| YUV | 81.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 206 | 0.30 | 0.88 | 0 | 0.19 | 279.78 | 0.78 | 0.45 |
| Hex | 91 | 19 | CE | 1E | 58 | 0 | 13 | 118 | 4E | 2D |
| Octal | 221 | 31 | 316 | 36 | 130 | 0 | 23 | 430 | 116 | 55 |
| Binary | 10010001 | 11001 | 11001110 | 11110 | 1011000 | 0 | 10011 | 100011000 | 1001110 | 101101 |
Color Harmonies of #9119CE
Complementary color
Monochromatic Colors of #9119CE
Black with #9119CE
Text Example
Text Example
White with #9119CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9119CE; }
p { color: rgb(145,25,206); }
H1.HeaderClassName
{
color: #9119CE;
}
.AnyTagClassName
{
color: #9119CE;
}
</style>
background-color css
<style>
a { background-color: #9119CE; }
a { background-color: rgb(145,25,206); }
div.DivClassName
{
background-color: #9119CE;
}
.BgClassName
{
background-color: #9119CE;
}
</style>
border-color css
<style>
span { border-color: #9119CE; }
span { border-color: rgb(145,25,206); }
td.TdClassName
{
border-color: #9119CE;
}
.TagClassName
{
border-color: #9119CE;
}
</style>