Shades of Dark Violet #8D10DE
Tints of Dark Violet #8D10DE
RGB
CMYK
RGB Variations
Color information
#8D10DE (or 0x8D10DE) is known color: Dark Violet. HEX triplet: 8D, 10 and DE. RGB value is (141,16,222). Sum of RGB (Red+Green+Blue) = 141+16+222=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D10DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D10DE is #72EF21. Grayscale: #4C4C4C. Windows color (decimal): -7532322 or 14553229. OLE color: 14553229.
HSL color Cylindrical-coordinate representation of color #8D10DE: hue angle of 276.41º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D10DE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 16 | 222 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.13 |
| HSL | 276.41º | 0.87% | 0.47% | - |
| HSV(B) | 276.41º | 0.93% | 0.87% | - |
| XYZ | 24.35 | 11.31 | 70.01 | - |
| YUV | 76.86 | 209.91 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 222 | 0.36 | 0.93 | 0 | 0.13 | 276.41 | 0.87 | 0.47 |
| Hex | 8D | 10 | DE | 24 | 5D | 0 | D | 114 | 57 | 2F |
| Octal | 215 | 20 | 336 | 44 | 135 | 0 | 15 | 424 | 127 | 57 |
| Binary | 10001101 | 10000 | 11011110 | 100100 | 1011101 | 0 | 1101 | 100010100 | 1010111 | 101111 |
Color Harmonies of #8D10DE
Complementary color
Monochromatic Colors of #8D10DE
Black with #8D10DE
Text Example
Text Example
White with #8D10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10DE; }
p { color: rgb(141,16,222); }
H1.HeaderClassName
{
color: #8D10DE;
}
.AnyTagClassName
{
color: #8D10DE;
}
</style>
background-color css
<style>
a { background-color: #8D10DE; }
a { background-color: rgb(141,16,222); }
div.DivClassName
{
background-color: #8D10DE;
}
.BgClassName
{
background-color: #8D10DE;
}
</style>
border-color css
<style>
span { border-color: #8D10DE; }
span { border-color: rgb(141,16,222); }
td.TdClassName
{
border-color: #8D10DE;
}
.TagClassName
{
border-color: #8D10DE;
}
</style>