Shades of Dark Violet #8C11D1
Tints of Dark Violet #8C11D1
RGB
CMYK
RGB Variations
Color information
#8C11D1 (or 0x8C11D1) is known color: Dark Violet. HEX triplet: 8C, 11 and D1. RGB value is (140,17,209). Sum of RGB (Red+Green+Blue) = 140+17+209=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C11D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C11D1 is #73EE2E. Grayscale: #4B4B4B. Windows color (decimal): -7597615 or 13701516. OLE color: 13701516.
HSL color Cylindrical-coordinate representation of color #8C11D1: hue angle of 278.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C11D1 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 17 | 209 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.18 |
| HSL | 278.44º | 0.85% | 0.44% | - |
| HSV(B) | 278.44º | 0.92% | 0.82% | - |
| XYZ | 22.52 | 10.58 | 61.18 | - |
| YUV | 75.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 209 | 0.33 | 0.92 | 0 | 0.18 | 278.44 | 0.85 | 0.44 |
| Hex | 8C | 11 | D1 | 21 | 5C | 0 | 12 | 116 | 55 | 2C |
| Octal | 214 | 21 | 321 | 41 | 134 | 0 | 22 | 426 | 125 | 54 |
| Binary | 10001100 | 10001 | 11010001 | 100001 | 1011100 | 0 | 10010 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8C11D1
Complementary color
Monochromatic Colors of #8C11D1
Black with #8C11D1
Text Example
Text Example
White with #8C11D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C11D1; }
p { color: rgb(140,17,209); }
H1.HeaderClassName
{
color: #8C11D1;
}
.AnyTagClassName
{
color: #8C11D1;
}
</style>
background-color css
<style>
a { background-color: #8C11D1; }
a { background-color: rgb(140,17,209); }
div.DivClassName
{
background-color: #8C11D1;
}
.BgClassName
{
background-color: #8C11D1;
}
</style>
border-color css
<style>
span { border-color: #8C11D1; }
span { border-color: rgb(140,17,209); }
td.TdClassName
{
border-color: #8C11D1;
}
.TagClassName
{
border-color: #8C11D1;
}
</style>