Shades of Dark Violet #8A05DC
Tints of Dark Violet #8A05DC
RGB
CMYK
RGB Variations
Color information
#8A05DC (or 0x8A05DC) is known color: Dark Violet. HEX triplet: 8A, 05 and DC. RGB value is (138,5,220). Sum of RGB (Red+Green+Blue) = 138+5+220=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05DC is #75FA23. Grayscale: #444444. Windows color (decimal): -7731748 or 14419338. OLE color: 14419338.
HSL color Cylindrical-coordinate representation of color #8A05DC: hue angle of 277.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05DC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 5 | 220 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.14 |
| HSL | 277.12º | 0.96% | 0.44% | - |
| HSV(B) | 277.12º | 0.98% | 0.86% | - |
| XYZ | 23.45 | 10.68 | 68.54 | - |
| YUV | 69.28 | 213.06 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 220 | 0.37 | 0.98 | 0 | 0.14 | 277.12 | 0.96 | 0.44 |
| Hex | 8A | 5 | DC | 25 | 62 | 0 | E | 115 | 60 | 2C |
| Octal | 212 | 5 | 334 | 45 | 142 | 0 | 16 | 425 | 140 | 54 |
| Binary | 10001010 | 101 | 11011100 | 100101 | 1100010 | 0 | 1110 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8A05DC
Complementary color
Monochromatic Colors of #8A05DC
Black with #8A05DC
Text Example
Text Example
White with #8A05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05DC; }
p { color: rgb(138,5,220); }
H1.HeaderClassName
{
color: #8A05DC;
}
.AnyTagClassName
{
color: #8A05DC;
}
</style>
background-color css
<style>
a { background-color: #8A05DC; }
a { background-color: rgb(138,5,220); }
div.DivClassName
{
background-color: #8A05DC;
}
.BgClassName
{
background-color: #8A05DC;
}
</style>
border-color css
<style>
span { border-color: #8A05DC; }
span { border-color: rgb(138,5,220); }
td.TdClassName
{
border-color: #8A05DC;
}
.TagClassName
{
border-color: #8A05DC;
}
</style>