Shades of Dark Violet #8A05DB
Tints of Dark Violet #8A05DB
RGB
CMYK
RGB Variations
Color information
#8A05DB (or 0x8A05DB) is known color: Dark Violet. HEX triplet: 8A, 05 and DB. RGB value is (138,5,219). Sum of RGB (Red+Green+Blue) = 138+5+219=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05DB is #75FA24. Grayscale: #444444. Windows color (decimal): -7731749 or 14353802. OLE color: 14353802.
HSL color Cylindrical-coordinate representation of color #8A05DB: hue angle of 277.29º 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 #8A05DB is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 5 | 219 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.14 |
| HSL | 277.29º | 0.96% | 0.44% | - |
| HSV(B) | 277.29º | 0.98% | 0.86% | - |
| XYZ | 23.32 | 10.63 | 67.84 | - |
| YUV | 69.16 | 212.56 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 219 | 0.37 | 0.98 | 0 | 0.14 | 277.29 | 0.96 | 0.44 |
| Hex | 8A | 5 | DB | 25 | 62 | 0 | E | 115 | 60 | 2C |
| Octal | 212 | 5 | 333 | 45 | 142 | 0 | 16 | 425 | 140 | 54 |
| Binary | 10001010 | 101 | 11011011 | 100101 | 1100010 | 0 | 1110 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8A05DB
Complementary color
Monochromatic Colors of #8A05DB
Black with #8A05DB
Text Example
Text Example
White with #8A05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05DB; }
p { color: rgb(138,5,219); }
H1.HeaderClassName
{
color: #8A05DB;
}
.AnyTagClassName
{
color: #8A05DB;
}
</style>
background-color css
<style>
a { background-color: #8A05DB; }
a { background-color: rgb(138,5,219); }
div.DivClassName
{
background-color: #8A05DB;
}
.BgClassName
{
background-color: #8A05DB;
}
</style>
border-color css
<style>
span { border-color: #8A05DB; }
span { border-color: rgb(138,5,219); }
td.TdClassName
{
border-color: #8A05DB;
}
.TagClassName
{
border-color: #8A05DB;
}
</style>