Shades of Dark Violet #9D17CF
Tints of Dark Violet #9D17CF
RGB
CMYK
RGB Variations
Color information
#9D17CF (or 0x9D17CF) is known color: Dark Violet. HEX triplet: 9D, 17 and CF. RGB value is (157,23,207). Sum of RGB (Red+Green+Blue) = 157+23+207=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D17CF is #62E830. Grayscale: #535353. Windows color (decimal): -6481969 or 13571997. OLE color: 13571997.
HSL color Cylindrical-coordinate representation of color #9D17CF: hue angle of 283.7º 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 #9D17CF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 23 | 207 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.19 |
| HSL | 283.7º | 0.8% | 0.45% | - |
| HSV(B) | 283.7º | 0.89% | 0.81% | - |
| XYZ | 25.47 | 12.29 | 60.06 | - |
| YUV | 84.04 | 197.39 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 207 | 0.24 | 0.89 | 0 | 0.19 | 283.7 | 0.8 | 0.45 |
| Hex | 9D | 17 | CF | 18 | 59 | 0 | 13 | 11C | 50 | 2D |
| Octal | 235 | 27 | 317 | 30 | 131 | 0 | 23 | 434 | 120 | 55 |
| Binary | 10011101 | 10111 | 11001111 | 11000 | 1011001 | 0 | 10011 | 100011100 | 1010000 | 101101 |
Color Harmonies of #9D17CF
Complementary color
Monochromatic Colors of #9D17CF
Black with #9D17CF
Text Example
Text Example
White with #9D17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D17CF; }
p { color: rgb(157,23,207); }
H1.HeaderClassName
{
color: #9D17CF;
}
.AnyTagClassName
{
color: #9D17CF;
}
</style>
background-color css
<style>
a { background-color: #9D17CF; }
a { background-color: rgb(157,23,207); }
div.DivClassName
{
background-color: #9D17CF;
}
.BgClassName
{
background-color: #9D17CF;
}
</style>
border-color css
<style>
span { border-color: #9D17CF; }
span { border-color: rgb(157,23,207); }
td.TdClassName
{
border-color: #9D17CF;
}
.TagClassName
{
border-color: #9D17CF;
}
</style>