Shades of Dark Violet #8A05DE
Tints of Dark Violet #8A05DE
RGB
CMYK
RGB Variations
Color information
#8A05DE (or 0x8A05DE) is known color: Dark Violet. HEX triplet: 8A, 05 and DE. RGB value is (138,5,222). Sum of RGB (Red+Green+Blue) = 138+5+222=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A05DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05DE is #75FA21. Grayscale: #444444. Windows color (decimal): -7731746 or 14550410. OLE color: 14550410.
HSL color Cylindrical-coordinate representation of color #8A05DE: hue angle of 276.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05DE is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 5 | 222 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.13 |
| HSL | 276.77º | 0.96% | 0.45% | - |
| HSV(B) | 276.77º | 0.98% | 0.87% | - |
| XYZ | 23.72 | 10.79 | 69.94 | - |
| YUV | 69.51 | 214.06 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 222 | 0.38 | 0.98 | 0 | 0.13 | 276.77 | 0.96 | 0.45 |
| Hex | 8A | 5 | DE | 26 | 62 | 0 | D | 115 | 60 | 2D |
| Octal | 212 | 5 | 336 | 46 | 142 | 0 | 15 | 425 | 140 | 55 |
| Binary | 10001010 | 101 | 11011110 | 100110 | 1100010 | 0 | 1101 | 100010101 | 1100000 | 101101 |
Color Harmonies of #8A05DE
Complementary color
Monochromatic Colors of #8A05DE
Black with #8A05DE
Text Example
Text Example
White with #8A05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05DE; }
p { color: rgb(138,5,222); }
H1.HeaderClassName
{
color: #8A05DE;
}
.AnyTagClassName
{
color: #8A05DE;
}
</style>
background-color css
<style>
a { background-color: #8A05DE; }
a { background-color: rgb(138,5,222); }
div.DivClassName
{
background-color: #8A05DE;
}
.BgClassName
{
background-color: #8A05DE;
}
</style>
border-color css
<style>
span { border-color: #8A05DE; }
span { border-color: rgb(138,5,222); }
td.TdClassName
{
border-color: #8A05DE;
}
.TagClassName
{
border-color: #8A05DE;
}
</style>