Shades of Dark Violet #8A0ADC
Tints of Dark Violet #8A0ADC
RGB
CMYK
RGB Variations
Color information
#8A0ADC (or 0x8A0ADC) is known color: Dark Violet. HEX triplet: 8A, 0A and DC. RGB value is (138,10,220). Sum of RGB (Red+Green+Blue) = 138+10+220=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A0ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ADC is #75F523. Grayscale: #474747. Windows color (decimal): -7730468 or 14420618. OLE color: 14420618.
HSL color Cylindrical-coordinate representation of color #8A0ADC: hue angle of 276.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ADC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 10 | 220 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.14 |
| HSL | 276.57º | 0.91% | 0.45% | - |
| HSV(B) | 276.57º | 0.95% | 0.86% | - |
| XYZ | 23.51 | 10.79 | 68.55 | - |
| YUV | 72.21 | 211.41 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 220 | 0.37 | 0.95 | 0 | 0.14 | 276.57 | 0.91 | 0.45 |
| Hex | 8A | A | DC | 25 | 5F | 0 | E | 115 | 5B | 2D |
| Octal | 212 | 12 | 334 | 45 | 137 | 0 | 16 | 425 | 133 | 55 |
| Binary | 10001010 | 1010 | 11011100 | 100101 | 1011111 | 0 | 1110 | 100010101 | 1011011 | 101101 |
Color Harmonies of #8A0ADC
Complementary color
Monochromatic Colors of #8A0ADC
Black with #8A0ADC
Text Example
Text Example
White with #8A0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0ADC; }
p { color: rgb(138,10,220); }
H1.HeaderClassName
{
color: #8A0ADC;
}
.AnyTagClassName
{
color: #8A0ADC;
}
</style>
background-color css
<style>
a { background-color: #8A0ADC; }
a { background-color: rgb(138,10,220); }
div.DivClassName
{
background-color: #8A0ADC;
}
.BgClassName
{
background-color: #8A0ADC;
}
</style>
border-color css
<style>
span { border-color: #8A0ADC; }
span { border-color: rgb(138,10,220); }
td.TdClassName
{
border-color: #8A0ADC;
}
.TagClassName
{
border-color: #8A0ADC;
}
</style>