Shades of Dark Violet #8C0DAE
Tints of Dark Violet #8C0DAE
RGB
CMYK
RGB Variations
Color information
#8C0DAE (or 0x8C0DAE) is known color: Dark Violet. HEX triplet: 8C, 0D and AE. RGB value is (140,13,174). Sum of RGB (Red+Green+Blue) = 140+13+174=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0DAE is #73F251. Grayscale: #444444. Windows color (decimal): -7598674 or 11406732. OLE color: 11406732.
HSL color Cylindrical-coordinate representation of color #8C0DAE: hue angle of 287.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0DAE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 13 | 174 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.32 |
| HSL | 287.33º | 0.86% | 0.37% | - |
| HSV(B) | 287.33º | 0.93% | 0.68% | - |
| XYZ | 18.6 | 8.92 | 40.79 | - |
| YUV | 69.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 174 | 0.20 | 0.93 | 0 | 0.32 | 287.33 | 0.86 | 0.37 |
| Hex | 8C | D | AE | 14 | 5D | 0 | 20 | 11F | 56 | 25 |
| Octal | 214 | 15 | 256 | 24 | 135 | 0 | 40 | 437 | 126 | 45 |
| Binary | 10001100 | 1101 | 10101110 | 10100 | 1011101 | 0 | 100000 | 100011111 | 1010110 | 100101 |
Color Harmonies of #8C0DAE
Complementary color
Monochromatic Colors of #8C0DAE
Black with #8C0DAE
Text Example
Text Example
White with #8C0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DAE; }
p { color: rgb(140,13,174); }
H1.HeaderClassName
{
color: #8C0DAE;
}
.AnyTagClassName
{
color: #8C0DAE;
}
</style>
background-color css
<style>
a { background-color: #8C0DAE; }
a { background-color: rgb(140,13,174); }
div.DivClassName
{
background-color: #8C0DAE;
}
.BgClassName
{
background-color: #8C0DAE;
}
</style>
border-color css
<style>
span { border-color: #8C0DAE; }
span { border-color: rgb(140,13,174); }
td.TdClassName
{
border-color: #8C0DAE;
}
.TagClassName
{
border-color: #8C0DAE;
}
</style>