Shades of Dark Violet #9217CF
Tints of Dark Violet #9217CF
RGB
CMYK
RGB Variations
Color information
#9217CF (or 0x9217CF) is known color: Dark Violet. HEX triplet: 92, 17 and CF. RGB value is (146,23,207). Sum of RGB (Red+Green+Blue) = 146+23+207=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #9217CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9217CF is #6DE830. Grayscale: #505050. Windows color (decimal): -7202865 or 13571986. OLE color: 13571986.
HSL color Cylindrical-coordinate representation of color #9217CF: hue angle of 280.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9217CF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 23 | 207 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.19 |
| HSL | 280.11º | 0.8% | 0.45% | - |
| HSV(B) | 280.11º | 0.89% | 0.81% | - |
| XYZ | 23.42 | 11.23 | 59.96 | - |
| YUV | 80.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 207 | 0.29 | 0.89 | 0 | 0.19 | 280.11 | 0.8 | 0.45 |
| Hex | 92 | 17 | CF | 1D | 59 | 0 | 13 | 118 | 50 | 2D |
| Octal | 222 | 27 | 317 | 35 | 131 | 0 | 23 | 430 | 120 | 55 |
| Binary | 10010010 | 10111 | 11001111 | 11101 | 1011001 | 0 | 10011 | 100011000 | 1010000 | 101101 |
Color Harmonies of #9217CF
Complementary color
Monochromatic Colors of #9217CF
Black with #9217CF
Text Example
Text Example
White with #9217CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9217CF; }
p { color: rgb(146,23,207); }
H1.HeaderClassName
{
color: #9217CF;
}
.AnyTagClassName
{
color: #9217CF;
}
</style>
background-color css
<style>
a { background-color: #9217CF; }
a { background-color: rgb(146,23,207); }
div.DivClassName
{
background-color: #9217CF;
}
.BgClassName
{
background-color: #9217CF;
}
</style>
border-color css
<style>
span { border-color: #9217CF; }
span { border-color: rgb(146,23,207); }
td.TdClassName
{
border-color: #9217CF;
}
.TagClassName
{
border-color: #9217CF;
}
</style>