Shades of Dark Violet #9117CC
Tints of Dark Violet #9117CC
RGB
CMYK
RGB Variations
Color information
#9117CC (or 0x9117CC) is known color: Dark Violet. HEX triplet: 91, 17 and CC. RGB value is (145,23,204). Sum of RGB (Red+Green+Blue) = 145+23+204=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #9117CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117CC is #6EE833. Grayscale: #4F4F4F. Windows color (decimal): -7268404 or 13375377. OLE color: 13375377.
HSL color Cylindrical-coordinate representation of color #9117CC: hue angle of 280.44º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9117CC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 23 | 204 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.2 |
| HSL | 280.44º | 0.8% | 0.45% | - |
| HSV(B) | 280.44º | 0.89% | 0.8% | - |
| XYZ | 22.88 | 10.99 | 58.04 | - |
| YUV | 80.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 204 | 0.29 | 0.89 | 0 | 0.2 | 280.44 | 0.8 | 0.45 |
| Hex | 91 | 17 | CC | 1D | 59 | 0 | 14 | 118 | 50 | 2D |
| Octal | 221 | 27 | 314 | 35 | 131 | 0 | 24 | 430 | 120 | 55 |
| Binary | 10010001 | 10111 | 11001100 | 11101 | 1011001 | 0 | 10100 | 100011000 | 1010000 | 101101 |
Color Harmonies of #9117CC
Complementary color
Monochromatic Colors of #9117CC
Black with #9117CC
Text Example
Text Example
White with #9117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117CC; }
p { color: rgb(145,23,204); }
H1.HeaderClassName
{
color: #9117CC;
}
.AnyTagClassName
{
color: #9117CC;
}
</style>
background-color css
<style>
a { background-color: #9117CC; }
a { background-color: rgb(145,23,204); }
div.DivClassName
{
background-color: #9117CC;
}
.BgClassName
{
background-color: #9117CC;
}
</style>
border-color css
<style>
span { border-color: #9117CC; }
span { border-color: rgb(145,23,204); }
td.TdClassName
{
border-color: #9117CC;
}
.TagClassName
{
border-color: #9117CC;
}
</style>