Shades of Dark Violet #8C11DB
Tints of Dark Violet #8C11DB
RGB
CMYK
RGB Variations
Color information
#8C11DB (or 0x8C11DB) is known color: Dark Violet. HEX triplet: 8C, 11 and DB. RGB value is (140,17,219). Sum of RGB (Red+Green+Blue) = 140+17+219=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C11DB is #73EE24. Grayscale: #4C4C4C. Windows color (decimal): -7597605 or 14356876. OLE color: 14356876.
HSL color Cylindrical-coordinate representation of color #8C11DB: hue angle of 276.53º 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 #8C11DB is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 17 | 219 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.14 |
| HSL | 276.53º | 0.86% | 0.46% | - |
| HSV(B) | 276.53º | 0.92% | 0.86% | - |
| XYZ | 23.8 | 11.09 | 67.9 | - |
| YUV | 76.81 | 208.25 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 219 | 0.36 | 0.92 | 0 | 0.14 | 276.53 | 0.86 | 0.46 |
| Hex | 8C | 11 | DB | 24 | 5C | 0 | E | 115 | 56 | 2E |
| Octal | 214 | 21 | 333 | 44 | 134 | 0 | 16 | 425 | 126 | 56 |
| Binary | 10001100 | 10001 | 11011011 | 100100 | 1011100 | 0 | 1110 | 100010101 | 1010110 | 101110 |
Color Harmonies of #8C11DB
Complementary color
Monochromatic Colors of #8C11DB
Black with #8C11DB
Text Example
Text Example
White with #8C11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C11DB; }
p { color: rgb(140,17,219); }
H1.HeaderClassName
{
color: #8C11DB;
}
.AnyTagClassName
{
color: #8C11DB;
}
</style>
background-color css
<style>
a { background-color: #8C11DB; }
a { background-color: rgb(140,17,219); }
div.DivClassName
{
background-color: #8C11DB;
}
.BgClassName
{
background-color: #8C11DB;
}
</style>
border-color css
<style>
span { border-color: #8C11DB; }
span { border-color: rgb(140,17,219); }
td.TdClassName
{
border-color: #8C11DB;
}
.TagClassName
{
border-color: #8C11DB;
}
</style>