Shades of Dark Violet #8713CA
Tints of Dark Violet #8713CA
RGB
CMYK
RGB Variations
Color information
#8713CA (or 0x8713CA) is known color: Dark Violet. HEX triplet: 87, 13 and CA. RGB value is (135,19,202). Sum of RGB (Red+Green+Blue) = 135+19+202=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8713CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713CA is #78EC35. Grayscale: #494949. Windows color (decimal): -7924790 or 13243271. OLE color: 13243271.
HSL color Cylindrical-coordinate representation of color #8713CA: hue angle of 278.03º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8713CA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 19 | 202 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.21 |
| HSL | 278.03º | 0.83% | 0.43% | - |
| HSV(B) | 278.03º | 0.91% | 0.79% | - |
| XYZ | 20.89 | 9.88 | 56.68 | - |
| YUV | 74.55 | 199.93 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 202 | 0.33 | 0.91 | 0 | 0.21 | 278.03 | 0.83 | 0.43 |
| Hex | 87 | 13 | CA | 21 | 5B | 0 | 15 | 116 | 53 | 2B |
| Octal | 207 | 23 | 312 | 41 | 133 | 0 | 25 | 426 | 123 | 53 |
| Binary | 10000111 | 10011 | 11001010 | 100001 | 1011011 | 0 | 10101 | 100010110 | 1010011 | 101011 |
Color Harmonies of #8713CA
Complementary color
Monochromatic Colors of #8713CA
Black with #8713CA
Text Example
Text Example
White with #8713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713CA; }
p { color: rgb(135,19,202); }
H1.HeaderClassName
{
color: #8713CA;
}
.AnyTagClassName
{
color: #8713CA;
}
</style>
background-color css
<style>
a { background-color: #8713CA; }
a { background-color: rgb(135,19,202); }
div.DivClassName
{
background-color: #8713CA;
}
.BgClassName
{
background-color: #8713CA;
}
</style>
border-color css
<style>
span { border-color: #8713CA; }
span { border-color: rgb(135,19,202); }
td.TdClassName
{
border-color: #8713CA;
}
.TagClassName
{
border-color: #8713CA;
}
</style>