Shades of Dark Violet #8C14CE
Tints of Dark Violet #8C14CE
RGB
CMYK
RGB Variations
Color information
#8C14CE (or 0x8C14CE) is known color: Dark Violet. HEX triplet: 8C, 14 and CE. RGB value is (140,20,206). Sum of RGB (Red+Green+Blue) = 140+20+206=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C14CE is #73EB31. Grayscale: #4C4C4C. Windows color (decimal): -7596850 or 13505676. OLE color: 13505676.
HSL color Cylindrical-coordinate representation of color #8C14CE: hue angle of 278.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C14CE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 20 | 206 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.19 |
| HSL | 278.71º | 0.82% | 0.44% | - |
| HSV(B) | 278.71º | 0.9% | 0.81% | - |
| XYZ | 22.21 | 10.53 | 59.26 | - |
| YUV | 77.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 206 | 0.32 | 0.90 | 0 | 0.19 | 278.71 | 0.82 | 0.44 |
| Hex | 8C | 14 | CE | 20 | 5A | 0 | 13 | 117 | 52 | 2C |
| Octal | 214 | 24 | 316 | 40 | 132 | 0 | 23 | 427 | 122 | 54 |
| Binary | 10001100 | 10100 | 11001110 | 100000 | 1011010 | 0 | 10011 | 100010111 | 1010010 | 101100 |
Color Harmonies of #8C14CE
Complementary color
Monochromatic Colors of #8C14CE
Black with #8C14CE
Text Example
Text Example
White with #8C14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14CE; }
p { color: rgb(140,20,206); }
H1.HeaderClassName
{
color: #8C14CE;
}
.AnyTagClassName
{
color: #8C14CE;
}
</style>
background-color css
<style>
a { background-color: #8C14CE; }
a { background-color: rgb(140,20,206); }
div.DivClassName
{
background-color: #8C14CE;
}
.BgClassName
{
background-color: #8C14CE;
}
</style>
border-color css
<style>
span { border-color: #8C14CE; }
span { border-color: rgb(140,20,206); }
td.TdClassName
{
border-color: #8C14CE;
}
.TagClassName
{
border-color: #8C14CE;
}
</style>