Shades of Dark Violet #8D10D9
Tints of Dark Violet #8D10D9
RGB
CMYK
RGB Variations
Color information
#8D10D9 (or 0x8D10D9) is known color: Dark Violet. HEX triplet: 8D, 10 and D9. RGB value is (141,16,217). Sum of RGB (Red+Green+Blue) = 141+16+217=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D10D9 is #72EF26. Grayscale: #4B4B4B. Windows color (decimal): -7532327 or 14225549. OLE color: 14225549.
HSL color Cylindrical-coordinate representation of color #8D10D9: hue angle of 277.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D10D9 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 16 | 217 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.15 |
| HSL | 277.31º | 0.86% | 0.46% | - |
| HSV(B) | 277.31º | 0.93% | 0.85% | - |
| XYZ | 23.69 | 11.04 | 66.53 | - |
| YUV | 76.29 | 207.41 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 217 | 0.35 | 0.93 | 0 | 0.15 | 277.31 | 0.86 | 0.46 |
| Hex | 8D | 10 | D9 | 23 | 5D | 0 | F | 115 | 56 | 2E |
| Octal | 215 | 20 | 331 | 43 | 135 | 0 | 17 | 425 | 126 | 56 |
| Binary | 10001101 | 10000 | 11011001 | 100011 | 1011101 | 0 | 1111 | 100010101 | 1010110 | 101110 |
Color Harmonies of #8D10D9
Complementary color
Monochromatic Colors of #8D10D9
Black with #8D10D9
Text Example
Text Example
White with #8D10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10D9; }
p { color: rgb(141,16,217); }
H1.HeaderClassName
{
color: #8D10D9;
}
.AnyTagClassName
{
color: #8D10D9;
}
</style>
background-color css
<style>
a { background-color: #8D10D9; }
a { background-color: rgb(141,16,217); }
div.DivClassName
{
background-color: #8D10D9;
}
.BgClassName
{
background-color: #8D10D9;
}
</style>
border-color css
<style>
span { border-color: #8D10D9; }
span { border-color: rgb(141,16,217); }
td.TdClassName
{
border-color: #8D10D9;
}
.TagClassName
{
border-color: #8D10D9;
}
</style>