Shades of Dark Violet #8A11DB
Tints of Dark Violet #8A11DB
RGB
CMYK
RGB Variations
Color information
#8A11DB (or 0x8A11DB) is known color: Dark Violet. HEX triplet: 8A, 11 and DB. RGB value is (138,17,219). Sum of RGB (Red+Green+Blue) = 138+17+219=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A11DB is #75EE24. Grayscale: #4B4B4B. Windows color (decimal): -7728677 or 14356874. OLE color: 14356874.
HSL color Cylindrical-coordinate representation of color #8A11DB: hue angle of 275.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A11DB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 17 | 219 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.14 |
| HSL | 275.94º | 0.86% | 0.46% | - |
| HSV(B) | 275.94º | 0.92% | 0.86% | - |
| XYZ | 23.47 | 10.92 | 67.89 | - |
| YUV | 76.21 | 208.59 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 219 | 0.37 | 0.92 | 0 | 0.14 | 275.94 | 0.86 | 0.46 |
| Hex | 8A | 11 | DB | 25 | 5C | 0 | E | 114 | 56 | 2E |
| Octal | 212 | 21 | 333 | 45 | 134 | 0 | 16 | 424 | 126 | 56 |
| Binary | 10001010 | 10001 | 11011011 | 100101 | 1011100 | 0 | 1110 | 100010100 | 1010110 | 101110 |
Color Harmonies of #8A11DB
Complementary color
Monochromatic Colors of #8A11DB
Black with #8A11DB
Text Example
Text Example
White with #8A11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A11DB; }
p { color: rgb(138,17,219); }
H1.HeaderClassName
{
color: #8A11DB;
}
.AnyTagClassName
{
color: #8A11DB;
}
</style>
background-color css
<style>
a { background-color: #8A11DB; }
a { background-color: rgb(138,17,219); }
div.DivClassName
{
background-color: #8A11DB;
}
.BgClassName
{
background-color: #8A11DB;
}
</style>
border-color css
<style>
span { border-color: #8A11DB; }
span { border-color: rgb(138,17,219); }
td.TdClassName
{
border-color: #8A11DB;
}
.TagClassName
{
border-color: #8A11DB;
}
</style>