Shades of Dark Violet #8712CE
Tints of Dark Violet #8712CE
RGB
CMYK
RGB Variations
Color information
#8712CE (or 0x8712CE) is known color: Dark Violet. HEX triplet: 87, 12 and CE. RGB value is (135,18,206). Sum of RGB (Red+Green+Blue) = 135+18+206=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8712CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712CE is #78ED31. Grayscale: #494949. Windows color (decimal): -7925042 or 13505159. OLE color: 13505159.
HSL color Cylindrical-coordinate representation of color #8712CE: hue angle of 277.34º degrees, saturation: 0.84, 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 #8712CE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 18 | 206 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.19 |
| HSL | 277.34º | 0.84% | 0.44% | - |
| HSV(B) | 277.34º | 0.91% | 0.81% | - |
| XYZ | 21.35 | 10.04 | 59.21 | - |
| YUV | 74.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 206 | 0.34 | 0.91 | 0 | 0.19 | 277.34 | 0.84 | 0.44 |
| Hex | 87 | 12 | CE | 22 | 5B | 0 | 13 | 115 | 54 | 2C |
| Octal | 207 | 22 | 316 | 42 | 133 | 0 | 23 | 425 | 124 | 54 |
| Binary | 10000111 | 10010 | 11001110 | 100010 | 1011011 | 0 | 10011 | 100010101 | 1010100 | 101100 |
Color Harmonies of #8712CE
Complementary color
Monochromatic Colors of #8712CE
Black with #8712CE
Text Example
Text Example
White with #8712CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712CE; }
p { color: rgb(135,18,206); }
H1.HeaderClassName
{
color: #8712CE;
}
.AnyTagClassName
{
color: #8712CE;
}
</style>
background-color css
<style>
a { background-color: #8712CE; }
a { background-color: rgb(135,18,206); }
div.DivClassName
{
background-color: #8712CE;
}
.BgClassName
{
background-color: #8712CE;
}
</style>
border-color css
<style>
span { border-color: #8712CE; }
span { border-color: rgb(135,18,206); }
td.TdClassName
{
border-color: #8712CE;
}
.TagClassName
{
border-color: #8712CE;
}
</style>