Shades of Dark Violet #8D0CAE
Tints of Dark Violet #8D0CAE
RGB
CMYK
RGB Variations
Color information
#8D0CAE (or 0x8D0CAE) is known color: Dark Violet. HEX triplet: 8D, 0C and AE. RGB value is (141,12,174). Sum of RGB (Red+Green+Blue) = 141+12+174=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 12 (5.08% from 255 or 3.67% 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 #8D0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAE is #72F351. Grayscale: #444444. Windows color (decimal): -7533394 or 11406477. OLE color: 11406477.
HSL color Cylindrical-coordinate representation of color #8D0CAE: hue angle of 287.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CAE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 12 | 174 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.32 |
| HSL | 287.78º | 0.87% | 0.36% | - |
| HSV(B) | 287.78º | 0.93% | 0.68% | - |
| XYZ | 18.76 | 8.98 | 40.79 | - |
| YUV | 69.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 174 | 0.19 | 0.93 | 0 | 0.32 | 287.78 | 0.87 | 0.36 |
| Hex | 8D | C | AE | 13 | 5D | 0 | 20 | 120 | 57 | 24 |
| Octal | 215 | 14 | 256 | 23 | 135 | 0 | 40 | 440 | 127 | 44 |
| Binary | 10001101 | 1100 | 10101110 | 10011 | 1011101 | 0 | 100000 | 100100000 | 1010111 | 100100 |
Color Harmonies of #8D0CAE
Complementary color
Monochromatic Colors of #8D0CAE
Black with #8D0CAE
Text Example
Text Example
White with #8D0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CAE; }
p { color: rgb(141,12,174); }
H1.HeaderClassName
{
color: #8D0CAE;
}
.AnyTagClassName
{
color: #8D0CAE;
}
</style>
background-color css
<style>
a { background-color: #8D0CAE; }
a { background-color: rgb(141,12,174); }
div.DivClassName
{
background-color: #8D0CAE;
}
.BgClassName
{
background-color: #8D0CAE;
}
</style>
border-color css
<style>
span { border-color: #8D0CAE; }
span { border-color: rgb(141,12,174); }
td.TdClassName
{
border-color: #8D0CAE;
}
.TagClassName
{
border-color: #8D0CAE;
}
</style>