Shades of Dark Violet #8A0FDB
Tints of Dark Violet #8A0FDB
RGB
CMYK
RGB Variations
Color information
#8A0FDB (or 0x8A0FDB) is known color: Dark Violet. HEX triplet: 8A, 0F and DB. RGB value is (138,15,219). Sum of RGB (Red+Green+Blue) = 138+15+219=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FDB is #75F024. Grayscale: #4A4A4A. Windows color (decimal): -7729189 or 14356362. OLE color: 14356362.
HSL color Cylindrical-coordinate representation of color #8A0FDB: hue angle of 276.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FDB is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 15 | 219 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.14 |
| HSL | 276.18º | 0.87% | 0.46% | - |
| HSV(B) | 276.18º | 0.93% | 0.86% | - |
| XYZ | 23.44 | 10.86 | 67.88 | - |
| YUV | 75.03 | 209.25 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 219 | 0.37 | 0.93 | 0 | 0.14 | 276.18 | 0.87 | 0.46 |
| Hex | 8A | F | DB | 25 | 5D | 0 | E | 114 | 57 | 2E |
| Octal | 212 | 17 | 333 | 45 | 135 | 0 | 16 | 424 | 127 | 56 |
| Binary | 10001010 | 1111 | 11011011 | 100101 | 1011101 | 0 | 1110 | 100010100 | 1010111 | 101110 |
Color Harmonies of #8A0FDB
Complementary color
Monochromatic Colors of #8A0FDB
Black with #8A0FDB
Text Example
Text Example
White with #8A0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FDB; }
p { color: rgb(138,15,219); }
H1.HeaderClassName
{
color: #8A0FDB;
}
.AnyTagClassName
{
color: #8A0FDB;
}
</style>
background-color css
<style>
a { background-color: #8A0FDB; }
a { background-color: rgb(138,15,219); }
div.DivClassName
{
background-color: #8A0FDB;
}
.BgClassName
{
background-color: #8A0FDB;
}
</style>
border-color css
<style>
span { border-color: #8A0FDB; }
span { border-color: rgb(138,15,219); }
td.TdClassName
{
border-color: #8A0FDB;
}
.TagClassName
{
border-color: #8A0FDB;
}
</style>