Shades of Dark Violet #8712DC
Tints of Dark Violet #8712DC
RGB
CMYK
RGB Variations
Color information
#8712DC (or 0x8712DC) is known color: Dark Violet. HEX triplet: 87, 12 and DC. RGB value is (135,18,220). Sum of RGB (Red+Green+Blue) = 135+18+220=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #8712DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712DC is #78ED23. Grayscale: #4B4B4B. Windows color (decimal): -7925028 or 14422663. OLE color: 14422663.
HSL color Cylindrical-coordinate representation of color #8712DC: hue angle of 274.75º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8712DC is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 18 | 220 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.14 |
| HSL | 274.75º | 0.85% | 0.47% | - |
| HSV(B) | 274.75º | 0.92% | 0.86% | - |
| XYZ | 23.13 | 10.75 | 68.57 | - |
| YUV | 76.01 | 209.26 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 220 | 0.39 | 0.92 | 0 | 0.14 | 274.75 | 0.85 | 0.47 |
| Hex | 87 | 12 | DC | 27 | 5C | 0 | E | 113 | 55 | 2F |
| Octal | 207 | 22 | 334 | 47 | 134 | 0 | 16 | 423 | 125 | 57 |
| Binary | 10000111 | 10010 | 11011100 | 100111 | 1011100 | 0 | 1110 | 100010011 | 1010101 | 101111 |
Color Harmonies of #8712DC
Complementary color
Monochromatic Colors of #8712DC
Black with #8712DC
Text Example
Text Example
White with #8712DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712DC; }
p { color: rgb(135,18,220); }
H1.HeaderClassName
{
color: #8712DC;
}
.AnyTagClassName
{
color: #8712DC;
}
</style>
background-color css
<style>
a { background-color: #8712DC; }
a { background-color: rgb(135,18,220); }
div.DivClassName
{
background-color: #8712DC;
}
.BgClassName
{
background-color: #8712DC;
}
</style>
border-color css
<style>
span { border-color: #8712DC; }
span { border-color: rgb(135,18,220); }
td.TdClassName
{
border-color: #8712DC;
}
.TagClassName
{
border-color: #8712DC;
}
</style>