Shades of Dark Violet #8D17CF
Tints of Dark Violet #8D17CF
RGB
CMYK
RGB Variations
Color information
#8D17CF (or 0x8D17CF) is known color: Dark Violet. HEX triplet: 8D, 17 and CF. RGB value is (141,23,207). Sum of RGB (Red+Green+Blue) = 141+23+207=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D17CF is #72E830. Grayscale: #4E4E4E. Windows color (decimal): -7530545 or 13571981. OLE color: 13571981.
HSL color Cylindrical-coordinate representation of color #8D17CF: hue angle of 278.48º 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 #8D17CF is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 23 | 207 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.19 |
| HSL | 278.48º | 0.8% | 0.45% | - |
| HSV(B) | 278.48º | 0.89% | 0.81% | - |
| XYZ | 22.55 | 10.78 | 59.92 | - |
| YUV | 79.26 | 200.09 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 207 | 0.32 | 0.89 | 0 | 0.19 | 278.48 | 0.8 | 0.45 |
| Hex | 8D | 17 | CF | 20 | 59 | 0 | 13 | 116 | 50 | 2D |
| Octal | 215 | 27 | 317 | 40 | 131 | 0 | 23 | 426 | 120 | 55 |
| Binary | 10001101 | 10111 | 11001111 | 100000 | 1011001 | 0 | 10011 | 100010110 | 1010000 | 101101 |
Color Harmonies of #8D17CF
Complementary color
Monochromatic Colors of #8D17CF
Black with #8D17CF
Text Example
Text Example
White with #8D17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D17CF; }
p { color: rgb(141,23,207); }
H1.HeaderClassName
{
color: #8D17CF;
}
.AnyTagClassName
{
color: #8D17CF;
}
</style>
background-color css
<style>
a { background-color: #8D17CF; }
a { background-color: rgb(141,23,207); }
div.DivClassName
{
background-color: #8D17CF;
}
.BgClassName
{
background-color: #8D17CF;
}
</style>
border-color css
<style>
span { border-color: #8D17CF; }
span { border-color: rgb(141,23,207); }
td.TdClassName
{
border-color: #8D17CF;
}
.TagClassName
{
border-color: #8D17CF;
}
</style>