Shades of Dark Violet #8D17D5
Tints of Dark Violet #8D17D5
RGB
CMYK
RGB Variations
Color information
#8D17D5 (or 0x8D17D5) is known color: Dark Violet. HEX triplet: 8D, 17 and D5. RGB value is (141,23,213). Sum of RGB (Red+Green+Blue) = 141+23+213=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D17D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D17D5 is #72E82A. Grayscale: #4F4F4F. Windows color (decimal): -7530539 or 13965197. OLE color: 13965197.
HSL color Cylindrical-coordinate representation of color #8D17D5: hue angle of 277.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D17D5 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 23 | 213 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.16 |
| HSL | 277.26º | 0.81% | 0.46% | - |
| HSV(B) | 277.26º | 0.89% | 0.84% | - |
| XYZ | 23.3 | 11.08 | 63.86 | - |
| YUV | 79.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 213 | 0.34 | 0.89 | 0 | 0.16 | 277.26 | 0.81 | 0.46 |
| Hex | 8D | 17 | D5 | 22 | 59 | 0 | 10 | 115 | 51 | 2E |
| Octal | 215 | 27 | 325 | 42 | 131 | 0 | 20 | 425 | 121 | 56 |
| Binary | 10001101 | 10111 | 11010101 | 100010 | 1011001 | 0 | 10000 | 100010101 | 1010001 | 101110 |
Color Harmonies of #8D17D5
Complementary color
Monochromatic Colors of #8D17D5
Black with #8D17D5
Text Example
Text Example
White with #8D17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D17D5; }
p { color: rgb(141,23,213); }
H1.HeaderClassName
{
color: #8D17D5;
}
.AnyTagClassName
{
color: #8D17D5;
}
</style>
background-color css
<style>
a { background-color: #8D17D5; }
a { background-color: rgb(141,23,213); }
div.DivClassName
{
background-color: #8D17D5;
}
.BgClassName
{
background-color: #8D17D5;
}
</style>
border-color css
<style>
span { border-color: #8D17D5; }
span { border-color: rgb(141,23,213); }
td.TdClassName
{
border-color: #8D17D5;
}
.TagClassName
{
border-color: #8D17D5;
}
</style>