Shades of Dark Violet #8714CE
Tints of Dark Violet #8714CE
RGB
CMYK
RGB Variations
Color information
#8714CE (or 0x8714CE) is known color: Dark Violet. HEX triplet: 87, 14 and CE. RGB value is (135,20,206). Sum of RGB (Red+Green+Blue) = 135+20+206=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8714CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8714CE is #78EB31. Grayscale: #4A4A4A. Windows color (decimal): -7924530 or 13505671. OLE color: 13505671.
HSL color Cylindrical-coordinate representation of color #8714CE: hue angle of 277.1º 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 #8714CE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 20 | 206 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.19 |
| HSL | 277.1º | 0.82% | 0.44% | - |
| HSV(B) | 277.1º | 0.9% | 0.81% | - |
| XYZ | 21.38 | 10.11 | 59.22 | - |
| YUV | 75.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 206 | 0.34 | 0.90 | 0 | 0.19 | 277.1 | 0.82 | 0.44 |
| Hex | 87 | 14 | CE | 22 | 5A | 0 | 13 | 115 | 52 | 2C |
| Octal | 207 | 24 | 316 | 42 | 132 | 0 | 23 | 425 | 122 | 54 |
| Binary | 10000111 | 10100 | 11001110 | 100010 | 1011010 | 0 | 10011 | 100010101 | 1010010 | 101100 |
Color Harmonies of #8714CE
Complementary color
Monochromatic Colors of #8714CE
Black with #8714CE
Text Example
Text Example
White with #8714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8714CE; }
p { color: rgb(135,20,206); }
H1.HeaderClassName
{
color: #8714CE;
}
.AnyTagClassName
{
color: #8714CE;
}
</style>
background-color css
<style>
a { background-color: #8714CE; }
a { background-color: rgb(135,20,206); }
div.DivClassName
{
background-color: #8714CE;
}
.BgClassName
{
background-color: #8714CE;
}
</style>
border-color css
<style>
span { border-color: #8714CE; }
span { border-color: rgb(135,20,206); }
td.TdClassName
{
border-color: #8714CE;
}
.TagClassName
{
border-color: #8714CE;
}
</style>