Shades of Dark Violet #9108CE
Tints of Dark Violet #9108CE
RGB
CMYK
RGB Variations
Color information
#9108CE (or 0x9108CE) is known color: Dark Violet. HEX triplet: 91, 08 and CE. RGB value is (145,8,206). Sum of RGB (Red+Green+Blue) = 145+8+206=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #9108CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9108CE is #6EF731. Grayscale: #464646. Windows color (decimal): -7272242 or 13502609. OLE color: 13502609.
HSL color Cylindrical-coordinate representation of color #9108CE: hue angle of 281.52º degrees, saturation: 0.93, 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 #9108CE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 8 | 206 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.19 |
| HSL | 281.52º | 0.93% | 0.42% | - |
| HSV(B) | 281.52º | 0.96% | 0.81% | - |
| XYZ | 22.9 | 10.65 | 59.24 | - |
| YUV | 71.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 206 | 0.30 | 0.96 | 0 | 0.19 | 281.52 | 0.93 | 0.42 |
| Hex | 91 | 8 | CE | 1E | 60 | 0 | 13 | 11A | 5D | 2A |
| Octal | 221 | 10 | 316 | 36 | 140 | 0 | 23 | 432 | 135 | 52 |
| Binary | 10010001 | 1000 | 11001110 | 11110 | 1100000 | 0 | 10011 | 100011010 | 1011101 | 101010 |
Color Harmonies of #9108CE
Complementary color
Monochromatic Colors of #9108CE
Black with #9108CE
Text Example
Text Example
White with #9108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9108CE; }
p { color: rgb(145,8,206); }
H1.HeaderClassName
{
color: #9108CE;
}
.AnyTagClassName
{
color: #9108CE;
}
</style>
background-color css
<style>
a { background-color: #9108CE; }
a { background-color: rgb(145,8,206); }
div.DivClassName
{
background-color: #9108CE;
}
.BgClassName
{
background-color: #9108CE;
}
</style>
border-color css
<style>
span { border-color: #9108CE; }
span { border-color: rgb(145,8,206); }
td.TdClassName
{
border-color: #9108CE;
}
.TagClassName
{
border-color: #9108CE;
}
</style>