Shades of Dark Violet #8A08DB
Tints of Dark Violet #8A08DB
RGB
CMYK
RGB Variations
Color information
#8A08DB (or 0x8A08DB) is known color: Dark Violet. HEX triplet: 8A, 08 and DB. RGB value is (138,8,219). Sum of RGB (Red+Green+Blue) = 138+8+219=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08DB is #75F724. Grayscale: #464646. Windows color (decimal): -7730981 or 14354570. OLE color: 14354570.
HSL color Cylindrical-coordinate representation of color #8A08DB: hue angle of 276.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A08DB is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 8 | 219 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.14 |
| HSL | 276.97º | 0.93% | 0.45% | - |
| HSV(B) | 276.97º | 0.96% | 0.86% | - |
| XYZ | 23.35 | 10.69 | 67.85 | - |
| YUV | 70.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 219 | 0.37 | 0.96 | 0 | 0.14 | 276.97 | 0.93 | 0.45 |
| Hex | 8A | 8 | DB | 25 | 60 | 0 | E | 115 | 5D | 2D |
| Octal | 212 | 10 | 333 | 45 | 140 | 0 | 16 | 425 | 135 | 55 |
| Binary | 10001010 | 1000 | 11011011 | 100101 | 1100000 | 0 | 1110 | 100010101 | 1011101 | 101101 |
Color Harmonies of #8A08DB
Complementary color
Monochromatic Colors of #8A08DB
Black with #8A08DB
Text Example
Text Example
White with #8A08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A08DB; }
p { color: rgb(138,8,219); }
H1.HeaderClassName
{
color: #8A08DB;
}
.AnyTagClassName
{
color: #8A08DB;
}
</style>
background-color css
<style>
a { background-color: #8A08DB; }
a { background-color: rgb(138,8,219); }
div.DivClassName
{
background-color: #8A08DB;
}
.BgClassName
{
background-color: #8A08DB;
}
</style>
border-color css
<style>
span { border-color: #8A08DB; }
span { border-color: rgb(138,8,219); }
td.TdClassName
{
border-color: #8A08DB;
}
.TagClassName
{
border-color: #8A08DB;
}
</style>