Shades of Dark Violet #8713CE
Tints of Dark Violet #8713CE
RGB
CMYK
RGB Variations
Color information
#8713CE (or 0x8713CE) is known color: Dark Violet. HEX triplet: 87, 13 and CE. RGB value is (135,19,206). Sum of RGB (Red+Green+Blue) = 135+19+206=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8713CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713CE is #78EC31. Grayscale: #4A4A4A. Windows color (decimal): -7924786 or 13505415. OLE color: 13505415.
HSL color Cylindrical-coordinate representation of color #8713CE: hue angle of 277.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8713CE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 19 | 206 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.19 |
| HSL | 277.22º | 0.83% | 0.44% | - |
| HSV(B) | 277.22º | 0.91% | 0.81% | - |
| XYZ | 21.37 | 10.07 | 59.21 | - |
| YUV | 75 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 206 | 0.34 | 0.91 | 0 | 0.19 | 277.22 | 0.83 | 0.44 |
| Hex | 87 | 13 | CE | 22 | 5B | 0 | 13 | 115 | 53 | 2C |
| Octal | 207 | 23 | 316 | 42 | 133 | 0 | 23 | 425 | 123 | 54 |
| Binary | 10000111 | 10011 | 11001110 | 100010 | 1011011 | 0 | 10011 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8713CE
Complementary color
Monochromatic Colors of #8713CE
Black with #8713CE
Text Example
Text Example
White with #8713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713CE; }
p { color: rgb(135,19,206); }
H1.HeaderClassName
{
color: #8713CE;
}
.AnyTagClassName
{
color: #8713CE;
}
</style>
background-color css
<style>
a { background-color: #8713CE; }
a { background-color: rgb(135,19,206); }
div.DivClassName
{
background-color: #8713CE;
}
.BgClassName
{
background-color: #8713CE;
}
</style>
border-color css
<style>
span { border-color: #8713CE; }
span { border-color: rgb(135,19,206); }
td.TdClassName
{
border-color: #8713CE;
}
.TagClassName
{
border-color: #8713CE;
}
</style>