Shades of Dark Violet #9117CD
Tints of Dark Violet #9117CD
RGB
CMYK
RGB Variations
Color information
#9117CD (or 0x9117CD) is known color: Dark Violet. HEX triplet: 91, 17 and CD. RGB value is (145,23,205). Sum of RGB (Red+Green+Blue) = 145+23+205=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #9117CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117CD is #6EE832. Grayscale: #4F4F4F. Windows color (decimal): -7268403 or 13440913. OLE color: 13440913.
HSL color Cylindrical-coordinate representation of color #9117CD: hue angle of 280.22º 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 #9117CD is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 23 | 205 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.20 |
| HSL | 280.22º | 0.8% | 0.45% | - |
| HSV(B) | 280.22º | 0.89% | 0.8% | - |
| XYZ | 23 | 11.04 | 58.68 | - |
| YUV | 80.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 205 | 0.29 | 0.89 | 0 | 0.20 | 280.22 | 0.8 | 0.45 |
| Hex | 91 | 17 | CD | 1D | 59 | 0 | 14 | 118 | 50 | 2D |
| Octal | 221 | 27 | 315 | 35 | 131 | 0 | 24 | 430 | 120 | 55 |
| Binary | 10010001 | 10111 | 11001101 | 11101 | 1011001 | 0 | 10100 | 100011000 | 1010000 | 101101 |
Color Harmonies of #9117CD
Complementary color
Monochromatic Colors of #9117CD
Black with #9117CD
Text Example
Text Example
White with #9117CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117CD; }
p { color: rgb(145,23,205); }
H1.HeaderClassName
{
color: #9117CD;
}
.AnyTagClassName
{
color: #9117CD;
}
</style>
background-color css
<style>
a { background-color: #9117CD; }
a { background-color: rgb(145,23,205); }
div.DivClassName
{
background-color: #9117CD;
}
.BgClassName
{
background-color: #9117CD;
}
</style>
border-color css
<style>
span { border-color: #9117CD; }
span { border-color: rgb(145,23,205); }
td.TdClassName
{
border-color: #9117CD;
}
.TagClassName
{
border-color: #9117CD;
}
</style>