Shades of Dark Violet #8A0DDB
Tints of Dark Violet #8A0DDB
RGB
CMYK
RGB Variations
Color information
#8A0DDB (or 0x8A0DDB) is known color: Dark Violet. HEX triplet: 8A, 0D and DB. RGB value is (138,13,219). Sum of RGB (Red+Green+Blue) = 138+13+219=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0DDB is #75F224. Grayscale: #494949. Windows color (decimal): -7729701 or 14355850. OLE color: 14355850.
HSL color Cylindrical-coordinate representation of color #8A0DDB: hue angle of 276.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0DDB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 13 | 219 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.14 |
| HSL | 276.41º | 0.89% | 0.45% | - |
| HSV(B) | 276.41º | 0.94% | 0.86% | - |
| XYZ | 23.41 | 10.81 | 67.87 | - |
| YUV | 73.86 | 209.91 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 219 | 0.37 | 0.94 | 0 | 0.14 | 276.41 | 0.89 | 0.45 |
| Hex | 8A | D | DB | 25 | 5E | 0 | E | 114 | 59 | 2D |
| Octal | 212 | 15 | 333 | 45 | 136 | 0 | 16 | 424 | 131 | 55 |
| Binary | 10001010 | 1101 | 11011011 | 100101 | 1011110 | 0 | 1110 | 100010100 | 1011001 | 101101 |
Color Harmonies of #8A0DDB
Complementary color
Monochromatic Colors of #8A0DDB
Black with #8A0DDB
Text Example
Text Example
White with #8A0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DDB; }
p { color: rgb(138,13,219); }
H1.HeaderClassName
{
color: #8A0DDB;
}
.AnyTagClassName
{
color: #8A0DDB;
}
</style>
background-color css
<style>
a { background-color: #8A0DDB; }
a { background-color: rgb(138,13,219); }
div.DivClassName
{
background-color: #8A0DDB;
}
.BgClassName
{
background-color: #8A0DDB;
}
</style>
border-color css
<style>
span { border-color: #8A0DDB; }
span { border-color: rgb(138,13,219); }
td.TdClassName
{
border-color: #8A0DDB;
}
.TagClassName
{
border-color: #8A0DDB;
}
</style>