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