Shades of Dark Violet #8712CC
Tints of Dark Violet #8712CC
RGB
CMYK
RGB Variations
Color information
#8712CC (or 0x8712CC) is known color: Dark Violet. HEX triplet: 87, 12 and CC. RGB value is (135,18,204). Sum of RGB (Red+Green+Blue) = 135+18+204=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8712CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712CC is #78ED33. Grayscale: #494949. Windows color (decimal): -7925044 or 13374087. OLE color: 13374087.
HSL color Cylindrical-coordinate representation of color #8712CC: hue angle of 277.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8712CC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 18 | 204 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.2 |
| HSL | 277.74º | 0.84% | 0.44% | - |
| HSV(B) | 277.74º | 0.91% | 0.8% | - |
| XYZ | 21.11 | 9.94 | 57.93 | - |
| YUV | 74.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 204 | 0.34 | 0.91 | 0 | 0.2 | 277.74 | 0.84 | 0.44 |
| Hex | 87 | 12 | CC | 22 | 5B | 0 | 14 | 116 | 54 | 2C |
| Octal | 207 | 22 | 314 | 42 | 133 | 0 | 24 | 426 | 124 | 54 |
| Binary | 10000111 | 10010 | 11001100 | 100010 | 1011011 | 0 | 10100 | 100010110 | 1010100 | 101100 |
Color Harmonies of #8712CC
Complementary color
Monochromatic Colors of #8712CC
Black with #8712CC
Text Example
Text Example
White with #8712CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712CC; }
p { color: rgb(135,18,204); }
H1.HeaderClassName
{
color: #8712CC;
}
.AnyTagClassName
{
color: #8712CC;
}
</style>
background-color css
<style>
a { background-color: #8712CC; }
a { background-color: rgb(135,18,204); }
div.DivClassName
{
background-color: #8712CC;
}
.BgClassName
{
background-color: #8712CC;
}
</style>
border-color css
<style>
span { border-color: #8712CC; }
span { border-color: rgb(135,18,204); }
td.TdClassName
{
border-color: #8712CC;
}
.TagClassName
{
border-color: #8712CC;
}
</style>