Shades of Dark Violet #9106CE
Tints of Dark Violet #9106CE
RGB
CMYK
RGB Variations
Color information
#9106CE (or 0x9106CE) is known color: Dark Violet. HEX triplet: 91, 06 and CE. RGB value is (145,6,206). Sum of RGB (Red+Green+Blue) = 145+6+206=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #9106CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9106CE is #6EF931. Grayscale: #454545. Windows color (decimal): -7272754 or 13502097. OLE color: 13502097.
HSL color Cylindrical-coordinate representation of color #9106CE: hue angle of 281.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9106CE is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 6 | 206 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.19 |
| HSL | 281.7º | 0.94% | 0.42% | - |
| HSV(B) | 281.7º | 0.97% | 0.81% | - |
| XYZ | 22.88 | 10.61 | 59.23 | - |
| YUV | 70.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 206 | 0.30 | 0.97 | 0 | 0.19 | 281.7 | 0.94 | 0.42 |
| Hex | 91 | 6 | CE | 1E | 61 | 0 | 13 | 11A | 5E | 2A |
| Octal | 221 | 6 | 316 | 36 | 141 | 0 | 23 | 432 | 136 | 52 |
| Binary | 10010001 | 110 | 11001110 | 11110 | 1100001 | 0 | 10011 | 100011010 | 1011110 | 101010 |
Color Harmonies of #9106CE
Complementary color
Monochromatic Colors of #9106CE
Black with #9106CE
Text Example
Text Example
White with #9106CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9106CE; }
p { color: rgb(145,6,206); }
H1.HeaderClassName
{
color: #9106CE;
}
.AnyTagClassName
{
color: #9106CE;
}
</style>
background-color css
<style>
a { background-color: #9106CE; }
a { background-color: rgb(145,6,206); }
div.DivClassName
{
background-color: #9106CE;
}
.BgClassName
{
background-color: #9106CE;
}
</style>
border-color css
<style>
span { border-color: #9106CE; }
span { border-color: rgb(145,6,206); }
td.TdClassName
{
border-color: #9106CE;
}
.TagClassName
{
border-color: #9106CE;
}
</style>