Shades of Dark Violet #8C0EBB
Tints of Dark Violet #8C0EBB
RGB
CMYK
RGB Variations
Color information
#8C0EBB (or 0x8C0EBB) is known color: Dark Violet. HEX triplet: 8C, 0E and BB. RGB value is (140,14,187). Sum of RGB (Red+Green+Blue) = 140+14+187=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C0EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0EBB is #73F144. Grayscale: #464646. Windows color (decimal): -7598405 or 12258956. OLE color: 12258956.
HSL color Cylindrical-coordinate representation of color #8C0EBB: hue angle of 283.7º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0EBB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 14 | 187 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.27 |
| HSL | 283.7º | 0.86% | 0.39% | - |
| HSV(B) | 283.7º | 0.93% | 0.73% | - |
| XYZ | 19.94 | 9.48 | 47.79 | - |
| YUV | 71.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 187 | 0.25 | 0.93 | 0 | 0.27 | 283.7 | 0.86 | 0.39 |
| Hex | 8C | E | BB | 19 | 5D | 0 | 1B | 11C | 56 | 27 |
| Octal | 214 | 16 | 273 | 31 | 135 | 0 | 33 | 434 | 126 | 47 |
| Binary | 10001100 | 1110 | 10111011 | 11001 | 1011101 | 0 | 11011 | 100011100 | 1010110 | 100111 |
Color Harmonies of #8C0EBB
Complementary color
Monochromatic Colors of #8C0EBB
Black with #8C0EBB
Text Example
Text Example
White with #8C0EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0EBB; }
p { color: rgb(140,14,187); }
H1.HeaderClassName
{
color: #8C0EBB;
}
.AnyTagClassName
{
color: #8C0EBB;
}
</style>
background-color css
<style>
a { background-color: #8C0EBB; }
a { background-color: rgb(140,14,187); }
div.DivClassName
{
background-color: #8C0EBB;
}
.BgClassName
{
background-color: #8C0EBB;
}
</style>
border-color css
<style>
span { border-color: #8C0EBB; }
span { border-color: rgb(140,14,187); }
td.TdClassName
{
border-color: #8C0EBB;
}
.TagClassName
{
border-color: #8C0EBB;
}
</style>