Shades of Dark Violet #8D0AEA
Tints of Dark Violet #8D0AEA
RGB
CMYK
RGB Variations
Color information
#8D0AEA (or 0x8D0AEA) is known color: Dark Violet. HEX triplet: 8D, 0A and EA. RGB value is (141,10,234). Sum of RGB (Red+Green+Blue) = 141+10+234=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D0AEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0AEA is #72F515. Grayscale: #494949. Windows color (decimal): -7533846 or 15338125. OLE color: 15338125.
HSL color Cylindrical-coordinate representation of color #8D0AEA: hue angle of 275.09º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0AEA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 10 | 234 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.08 |
| HSL | 275.09º | 0.92% | 0.48% | - |
| HSV(B) | 275.09º | 0.96% | 0.92% | - |
| XYZ | 25.94 | 11.82 | 78.76 | - |
| YUV | 74.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 234 | 0.40 | 0.96 | 0 | 0.08 | 275.09 | 0.92 | 0.48 |
| Hex | 8D | A | EA | 28 | 60 | 0 | 8 | 113 | 5C | 30 |
| Octal | 215 | 12 | 352 | 50 | 140 | 0 | 10 | 423 | 134 | 60 |
| Binary | 10001101 | 1010 | 11101010 | 101000 | 1100000 | 0 | 1000 | 100010011 | 1011100 | 110000 |
Color Harmonies of #8D0AEA
Complementary color
Monochromatic Colors of #8D0AEA
Black with #8D0AEA
Text Example
Text Example
White with #8D0AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0AEA; }
p { color: rgb(141,10,234); }
H1.HeaderClassName
{
color: #8D0AEA;
}
.AnyTagClassName
{
color: #8D0AEA;
}
</style>
background-color css
<style>
a { background-color: #8D0AEA; }
a { background-color: rgb(141,10,234); }
div.DivClassName
{
background-color: #8D0AEA;
}
.BgClassName
{
background-color: #8D0AEA;
}
</style>
border-color css
<style>
span { border-color: #8D0AEA; }
span { border-color: rgb(141,10,234); }
td.TdClassName
{
border-color: #8D0AEA;
}
.TagClassName
{
border-color: #8D0AEA;
}
</style>