Shades of Dark Violet #8D10CE
Tints of Dark Violet #8D10CE
RGB
CMYK
RGB Variations
Color information
#8D10CE (or 0x8D10CE) is known color: Dark Violet. HEX triplet: 8D, 10 and CE. RGB value is (141,16,206). Sum of RGB (Red+Green+Blue) = 141+16+206=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D10CE is #72EF31. Grayscale: #4A4A4A. Windows color (decimal): -7532338 or 13504653. OLE color: 13504653.
HSL color Cylindrical-coordinate representation of color #8D10CE: hue angle of 279.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D10CE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 16 | 206 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.19 |
| HSL | 279.47º | 0.86% | 0.44% | - |
| HSV(B) | 279.47º | 0.92% | 0.81% | - |
| XYZ | 22.31 | 10.49 | 59.24 | - |
| YUV | 75.04 | 201.91 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 206 | 0.32 | 0.92 | 0 | 0.19 | 279.47 | 0.86 | 0.44 |
| Hex | 8D | 10 | CE | 20 | 5C | 0 | 13 | 117 | 56 | 2C |
| Octal | 215 | 20 | 316 | 40 | 134 | 0 | 23 | 427 | 126 | 54 |
| Binary | 10001101 | 10000 | 11001110 | 100000 | 1011100 | 0 | 10011 | 100010111 | 1010110 | 101100 |
Color Harmonies of #8D10CE
Complementary color
Monochromatic Colors of #8D10CE
Black with #8D10CE
Text Example
Text Example
White with #8D10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10CE; }
p { color: rgb(141,16,206); }
H1.HeaderClassName
{
color: #8D10CE;
}
.AnyTagClassName
{
color: #8D10CE;
}
</style>
background-color css
<style>
a { background-color: #8D10CE; }
a { background-color: rgb(141,16,206); }
div.DivClassName
{
background-color: #8D10CE;
}
.BgClassName
{
background-color: #8D10CE;
}
</style>
border-color css
<style>
span { border-color: #8D10CE; }
span { border-color: rgb(141,16,206); }
td.TdClassName
{
border-color: #8D10CE;
}
.TagClassName
{
border-color: #8D10CE;
}
</style>