Shades of Dark Violet #8C14CC
Tints of Dark Violet #8C14CC
RGB
CMYK
RGB Variations
Color information
#8C14CC (or 0x8C14CC) is known color: Dark Violet. HEX triplet: 8C, 14 and CC. RGB value is (140,20,204). Sum of RGB (Red+Green+Blue) = 140+20+204=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C14CC is #73EB33. Grayscale: #4C4C4C. Windows color (decimal): -7596852 or 13374604. OLE color: 13374604.
HSL color Cylindrical-coordinate representation of color #8C14CC: hue angle of 279.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C14CC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 20 | 204 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.2 |
| HSL | 279.13º | 0.82% | 0.44% | - |
| HSV(B) | 279.13º | 0.9% | 0.8% | - |
| XYZ | 21.96 | 10.44 | 57.98 | - |
| YUV | 76.86 | 199.76 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 204 | 0.31 | 0.90 | 0 | 0.2 | 279.13 | 0.82 | 0.44 |
| Hex | 8C | 14 | CC | 1F | 5A | 0 | 14 | 117 | 52 | 2C |
| Octal | 214 | 24 | 314 | 37 | 132 | 0 | 24 | 427 | 122 | 54 |
| Binary | 10001100 | 10100 | 11001100 | 11111 | 1011010 | 0 | 10100 | 100010111 | 1010010 | 101100 |
Color Harmonies of #8C14CC
Complementary color
Monochromatic Colors of #8C14CC
Black with #8C14CC
Text Example
Text Example
White with #8C14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14CC; }
p { color: rgb(140,20,204); }
H1.HeaderClassName
{
color: #8C14CC;
}
.AnyTagClassName
{
color: #8C14CC;
}
</style>
background-color css
<style>
a { background-color: #8C14CC; }
a { background-color: rgb(140,20,204); }
div.DivClassName
{
background-color: #8C14CC;
}
.BgClassName
{
background-color: #8C14CC;
}
</style>
border-color css
<style>
span { border-color: #8C14CC; }
span { border-color: rgb(140,20,204); }
td.TdClassName
{
border-color: #8C14CC;
}
.TagClassName
{
border-color: #8C14CC;
}
</style>