Shades of Dark Violet #8713CC
Tints of Dark Violet #8713CC
RGB
CMYK
RGB Variations
Color information
#8713CC (or 0x8713CC) is known color: Dark Violet. HEX triplet: 87, 13 and CC. RGB value is (135,19,204). Sum of RGB (Red+Green+Blue) = 135+19+204=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #8713CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713CC is #78EC33. Grayscale: #4A4A4A. Windows color (decimal): -7924788 or 13374343. OLE color: 13374343.
HSL color Cylindrical-coordinate representation of color #8713CC: hue angle of 277.62º degrees, saturation: 0.83, 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 #8713CC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 19 | 204 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.2 |
| HSL | 277.62º | 0.83% | 0.44% | - |
| HSV(B) | 277.62º | 0.91% | 0.8% | - |
| XYZ | 21.12 | 9.98 | 57.94 | - |
| YUV | 74.77 | 200.93 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 204 | 0.34 | 0.91 | 0 | 0.2 | 277.62 | 0.83 | 0.44 |
| Hex | 87 | 13 | CC | 22 | 5B | 0 | 14 | 116 | 53 | 2C |
| Octal | 207 | 23 | 314 | 42 | 133 | 0 | 24 | 426 | 123 | 54 |
| Binary | 10000111 | 10011 | 11001100 | 100010 | 1011011 | 0 | 10100 | 100010110 | 1010011 | 101100 |
Color Harmonies of #8713CC
Complementary color
Monochromatic Colors of #8713CC
Black with #8713CC
Text Example
Text Example
White with #8713CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713CC; }
p { color: rgb(135,19,204); }
H1.HeaderClassName
{
color: #8713CC;
}
.AnyTagClassName
{
color: #8713CC;
}
</style>
background-color css
<style>
a { background-color: #8713CC; }
a { background-color: rgb(135,19,204); }
div.DivClassName
{
background-color: #8713CC;
}
.BgClassName
{
background-color: #8713CC;
}
</style>
border-color css
<style>
span { border-color: #8713CC; }
span { border-color: rgb(135,19,204); }
td.TdClassName
{
border-color: #8713CC;
}
.TagClassName
{
border-color: #8713CC;
}
</style>