Shades of Dark Violet #9217CA
Tints of Dark Violet #9217CA
RGB
CMYK
RGB Variations
Color information
#9217CA (or 0x9217CA) is known color: Dark Violet. HEX triplet: 92, 17 and CA. RGB value is (146,23,202). Sum of RGB (Red+Green+Blue) = 146+23+202=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #9217CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9217CA is #6DE835. Grayscale: #4F4F4F. Windows color (decimal): -7202870 or 13244306. OLE color: 13244306.
HSL color Cylindrical-coordinate representation of color #9217CA: hue angle of 281.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9217CA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 23 | 202 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.21 |
| HSL | 281.23º | 0.8% | 0.44% | - |
| HSV(B) | 281.23º | 0.89% | 0.79% | - |
| XYZ | 22.82 | 10.99 | 56.8 | - |
| YUV | 80.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 202 | 0.28 | 0.89 | 0 | 0.21 | 281.23 | 0.8 | 0.44 |
| Hex | 92 | 17 | CA | 1C | 59 | 0 | 15 | 119 | 50 | 2C |
| Octal | 222 | 27 | 312 | 34 | 131 | 0 | 25 | 431 | 120 | 54 |
| Binary | 10010010 | 10111 | 11001010 | 11100 | 1011001 | 0 | 10101 | 100011001 | 1010000 | 101100 |
Color Harmonies of #9217CA
Complementary color
Monochromatic Colors of #9217CA
Black with #9217CA
Text Example
Text Example
White with #9217CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9217CA; }
p { color: rgb(146,23,202); }
H1.HeaderClassName
{
color: #9217CA;
}
.AnyTagClassName
{
color: #9217CA;
}
</style>
background-color css
<style>
a { background-color: #9217CA; }
a { background-color: rgb(146,23,202); }
div.DivClassName
{
background-color: #9217CA;
}
.BgClassName
{
background-color: #9217CA;
}
</style>
border-color css
<style>
span { border-color: #9217CA; }
span { border-color: rgb(146,23,202); }
td.TdClassName
{
border-color: #9217CA;
}
.TagClassName
{
border-color: #9217CA;
}
</style>