Shades of Dark Violet #8D14CE
Tints of Dark Violet #8D14CE
RGB
CMYK
RGB Variations
Color information
#8D14CE (or 0x8D14CE) is known color: Dark Violet. HEX triplet: 8D, 14 and CE. RGB value is (141,20,206). Sum of RGB (Red+Green+Blue) = 141+20+206=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14CE is #72EB31. Grayscale: #4C4C4C. Windows color (decimal): -7531314 or 13505677. OLE color: 13505677.
HSL color Cylindrical-coordinate representation of color #8D14CE: hue angle of 279.03º 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 #8D14CE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 20 | 206 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.19 |
| HSL | 279.03º | 0.82% | 0.44% | - |
| HSV(B) | 279.03º | 0.9% | 0.81% | - |
| XYZ | 22.38 | 10.62 | 59.26 | - |
| YUV | 77.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 206 | 0.32 | 0.90 | 0 | 0.19 | 279.03 | 0.82 | 0.44 |
| Hex | 8D | 14 | CE | 20 | 5A | 0 | 13 | 117 | 52 | 2C |
| Octal | 215 | 24 | 316 | 40 | 132 | 0 | 23 | 427 | 122 | 54 |
| Binary | 10001101 | 10100 | 11001110 | 100000 | 1011010 | 0 | 10011 | 100010111 | 1010010 | 101100 |
Color Harmonies of #8D14CE
Complementary color
Monochromatic Colors of #8D14CE
Black with #8D14CE
Text Example
Text Example
White with #8D14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14CE; }
p { color: rgb(141,20,206); }
H1.HeaderClassName
{
color: #8D14CE;
}
.AnyTagClassName
{
color: #8D14CE;
}
</style>
background-color css
<style>
a { background-color: #8D14CE; }
a { background-color: rgb(141,20,206); }
div.DivClassName
{
background-color: #8D14CE;
}
.BgClassName
{
background-color: #8D14CE;
}
</style>
border-color css
<style>
span { border-color: #8D14CE; }
span { border-color: rgb(141,20,206); }
td.TdClassName
{
border-color: #8D14CE;
}
.TagClassName
{
border-color: #8D14CE;
}
</style>