Shades of Dark Violet #8D0AAE
Tints of Dark Violet #8D0AAE
RGB
CMYK
RGB Variations
Color information
#8D0AAE (or 0x8D0AAE) is known color: Dark Violet. HEX triplet: 8D, 0A and AE. RGB value is (141,10,174). Sum of RGB (Red+Green+Blue) = 141+10+174=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0AAE is #72F551. Grayscale: #434343. Windows color (decimal): -7533906 or 11405965. OLE color: 11405965.
HSL color Cylindrical-coordinate representation of color #8D0AAE: hue angle of 287.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0AAE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 10 | 174 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.32 |
| HSL | 287.93º | 0.89% | 0.36% | - |
| HSV(B) | 287.93º | 0.94% | 0.68% | - |
| XYZ | 18.73 | 8.94 | 40.78 | - |
| YUV | 67.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 174 | 0.19 | 0.94 | 0 | 0.32 | 287.93 | 0.89 | 0.36 |
| Hex | 8D | A | AE | 13 | 5E | 0 | 20 | 120 | 59 | 24 |
| Octal | 215 | 12 | 256 | 23 | 136 | 0 | 40 | 440 | 131 | 44 |
| Binary | 10001101 | 1010 | 10101110 | 10011 | 1011110 | 0 | 100000 | 100100000 | 1011001 | 100100 |
Color Harmonies of #8D0AAE
Complementary color
Monochromatic Colors of #8D0AAE
Black with #8D0AAE
Text Example
Text Example
White with #8D0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0AAE; }
p { color: rgb(141,10,174); }
H1.HeaderClassName
{
color: #8D0AAE;
}
.AnyTagClassName
{
color: #8D0AAE;
}
</style>
background-color css
<style>
a { background-color: #8D0AAE; }
a { background-color: rgb(141,10,174); }
div.DivClassName
{
background-color: #8D0AAE;
}
.BgClassName
{
background-color: #8D0AAE;
}
</style>
border-color css
<style>
span { border-color: #8D0AAE; }
span { border-color: rgb(141,10,174); }
td.TdClassName
{
border-color: #8D0AAE;
}
.TagClassName
{
border-color: #8D0AAE;
}
</style>