Shades of Dark Violet #8707CE
Tints of Dark Violet #8707CE
RGB
CMYK
RGB Variations
Color information
#8707CE (or 0x8707CE) is known color: Dark Violet. HEX triplet: 87, 07 and CE. RGB value is (135,7,206). Sum of RGB (Red+Green+Blue) = 135+7+206=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #8707CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707CE is #78F831. Grayscale: #434343. Windows color (decimal): -7927858 or 13502343. OLE color: 13502343.
HSL color Cylindrical-coordinate representation of color #8707CE: hue angle of 278.59º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8707CE is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 7 | 206 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.19 |
| HSL | 278.59º | 0.93% | 0.42% | - |
| HSV(B) | 278.59º | 0.97% | 0.81% | - |
| XYZ | 21.21 | 9.76 | 59.16 | - |
| YUV | 67.96 | 205.91 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 206 | 0.34 | 0.97 | 0 | 0.19 | 278.59 | 0.93 | 0.42 |
| Hex | 87 | 7 | CE | 22 | 61 | 0 | 13 | 117 | 5D | 2A |
| Octal | 207 | 7 | 316 | 42 | 141 | 0 | 23 | 427 | 135 | 52 |
| Binary | 10000111 | 111 | 11001110 | 100010 | 1100001 | 0 | 10011 | 100010111 | 1011101 | 101010 |
Color Harmonies of #8707CE
Complementary color
Monochromatic Colors of #8707CE
Black with #8707CE
Text Example
Text Example
White with #8707CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707CE; }
p { color: rgb(135,7,206); }
H1.HeaderClassName
{
color: #8707CE;
}
.AnyTagClassName
{
color: #8707CE;
}
</style>
background-color css
<style>
a { background-color: #8707CE; }
a { background-color: rgb(135,7,206); }
div.DivClassName
{
background-color: #8707CE;
}
.BgClassName
{
background-color: #8707CE;
}
</style>
border-color css
<style>
span { border-color: #8707CE; }
span { border-color: rgb(135,7,206); }
td.TdClassName
{
border-color: #8707CE;
}
.TagClassName
{
border-color: #8707CE;
}
</style>