Shades of Dark Violet #8A0EDC
Tints of Dark Violet #8A0EDC
RGB
CMYK
RGB Variations
Color information
#8A0EDC (or 0x8A0EDC) is known color: Dark Violet. HEX triplet: 8A, 0E and DC. RGB value is (138,14,220). Sum of RGB (Red+Green+Blue) = 138+14+220=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0EDC is #75F123. Grayscale: #494949. Windows color (decimal): -7729444 or 14421642. OLE color: 14421642.
HSL color Cylindrical-coordinate representation of color #8A0EDC: hue angle of 276.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EDC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 14 | 220 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.14 |
| HSL | 276.12º | 0.88% | 0.46% | - |
| HSV(B) | 276.12º | 0.94% | 0.86% | - |
| XYZ | 23.56 | 10.88 | 68.57 | - |
| YUV | 74.56 | 210.08 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 220 | 0.37 | 0.94 | 0 | 0.14 | 276.12 | 0.88 | 0.46 |
| Hex | 8A | E | DC | 25 | 5E | 0 | E | 114 | 58 | 2E |
| Octal | 212 | 16 | 334 | 45 | 136 | 0 | 16 | 424 | 130 | 56 |
| Binary | 10001010 | 1110 | 11011100 | 100101 | 1011110 | 0 | 1110 | 100010100 | 1011000 | 101110 |
Color Harmonies of #8A0EDC
Complementary color
Monochromatic Colors of #8A0EDC
Black with #8A0EDC
Text Example
Text Example
White with #8A0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0EDC; }
p { color: rgb(138,14,220); }
H1.HeaderClassName
{
color: #8A0EDC;
}
.AnyTagClassName
{
color: #8A0EDC;
}
</style>
background-color css
<style>
a { background-color: #8A0EDC; }
a { background-color: rgb(138,14,220); }
div.DivClassName
{
background-color: #8A0EDC;
}
.BgClassName
{
background-color: #8A0EDC;
}
</style>
border-color css
<style>
span { border-color: #8A0EDC; }
span { border-color: rgb(138,14,220); }
td.TdClassName
{
border-color: #8A0EDC;
}
.TagClassName
{
border-color: #8A0EDC;
}
</style>