Shades of Dark Violet #8C0DD6
Tints of Dark Violet #8C0DD6
RGB
CMYK
RGB Variations
Color information
#8C0DD6 (or 0x8C0DD6) is known color: Dark Violet. HEX triplet: 8C, 0D and D6. RGB value is (140,13,214). Sum of RGB (Red+Green+Blue) = 140+13+214=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 214 (83.98% from 255 or 58.31% from 367); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0DD6 is #73F229. Grayscale: #494949. Windows color (decimal): -7598634 or 14028172. OLE color: 14028172.
HSL color Cylindrical-coordinate representation of color #8C0DD6: hue angle of 277.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0DD6 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 13 | 214 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.16 |
| HSL | 277.91º | 0.89% | 0.45% | - |
| HSV(B) | 277.91º | 0.94% | 0.84% | - |
| XYZ | 23.1 | 10.72 | 64.47 | - |
| YUV | 73.89 | 207.08 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 214 | 0.35 | 0.94 | 0 | 0.16 | 277.91 | 0.89 | 0.45 |
| Hex | 8C | D | D6 | 23 | 5E | 0 | 10 | 116 | 59 | 2D |
| Octal | 214 | 15 | 326 | 43 | 136 | 0 | 20 | 426 | 131 | 55 |
| Binary | 10001100 | 1101 | 11010110 | 100011 | 1011110 | 0 | 10000 | 100010110 | 1011001 | 101101 |
Color Harmonies of #8C0DD6
Complementary color
Monochromatic Colors of #8C0DD6
Black with #8C0DD6
Text Example
Text Example
White with #8C0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DD6; }
p { color: rgb(140,13,214); }
H1.HeaderClassName
{
color: #8C0DD6;
}
.AnyTagClassName
{
color: #8C0DD6;
}
</style>
background-color css
<style>
a { background-color: #8C0DD6; }
a { background-color: rgb(140,13,214); }
div.DivClassName
{
background-color: #8C0DD6;
}
.BgClassName
{
background-color: #8C0DD6;
}
</style>
border-color css
<style>
span { border-color: #8C0DD6; }
span { border-color: rgb(140,13,214); }
td.TdClassName
{
border-color: #8C0DD6;
}
.TagClassName
{
border-color: #8C0DD6;
}
</style>