Shades of Dark Violet #9109CE
Tints of Dark Violet #9109CE
RGB
CMYK
RGB Variations
Color information
#9109CE (or 0x9109CE) is known color: Dark Violet. HEX triplet: 91, 09 and CE. RGB value is (145,9,206). Sum of RGB (Red+Green+Blue) = 145+9+206=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #9109CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109CE is #6EF631. Grayscale: #474747. Windows color (decimal): -7271986 or 13502865. OLE color: 13502865.
HSL color Cylindrical-coordinate representation of color #9109CE: hue angle of 281.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109CE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 9 | 206 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.19 |
| HSL | 281.42º | 0.92% | 0.42% | - |
| HSV(B) | 281.42º | 0.96% | 0.81% | - |
| XYZ | 22.92 | 10.67 | 59.24 | - |
| YUV | 72.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 206 | 0.30 | 0.96 | 0 | 0.19 | 281.42 | 0.92 | 0.42 |
| Hex | 91 | 9 | CE | 1E | 60 | 0 | 13 | 119 | 5C | 2A |
| Octal | 221 | 11 | 316 | 36 | 140 | 0 | 23 | 431 | 134 | 52 |
| Binary | 10010001 | 1001 | 11001110 | 11110 | 1100000 | 0 | 10011 | 100011001 | 1011100 | 101010 |
Color Harmonies of #9109CE
Complementary color
Monochromatic Colors of #9109CE
Black with #9109CE
Text Example
Text Example
White with #9109CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109CE; }
p { color: rgb(145,9,206); }
H1.HeaderClassName
{
color: #9109CE;
}
.AnyTagClassName
{
color: #9109CE;
}
</style>
background-color css
<style>
a { background-color: #9109CE; }
a { background-color: rgb(145,9,206); }
div.DivClassName
{
background-color: #9109CE;
}
.BgClassName
{
background-color: #9109CE;
}
</style>
border-color css
<style>
span { border-color: #9109CE; }
span { border-color: rgb(145,9,206); }
td.TdClassName
{
border-color: #9109CE;
}
.TagClassName
{
border-color: #9109CE;
}
</style>