Shades of Dark Violet #8713CD
Tints of Dark Violet #8713CD
RGB
CMYK
RGB Variations
Color information
#8713CD (or 0x8713CD) is known color: Dark Violet. HEX triplet: 87, 13 and CD. RGB value is (135,19,205). Sum of RGB (Red+Green+Blue) = 135+19+205=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #8713CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713CD is #78EC32. Grayscale: #4A4A4A. Windows color (decimal): -7924787 or 13439879. OLE color: 13439879.
HSL color Cylindrical-coordinate representation of color #8713CD: hue angle of 277.42º 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 #8713CD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 19 | 205 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.20 |
| HSL | 277.42º | 0.83% | 0.44% | - |
| HSV(B) | 277.42º | 0.91% | 0.8% | - |
| XYZ | 21.24 | 10.02 | 58.57 | - |
| YUV | 74.89 | 201.43 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 205 | 0.34 | 0.91 | 0 | 0.20 | 277.42 | 0.83 | 0.44 |
| Hex | 87 | 13 | CD | 22 | 5B | 0 | 14 | 115 | 53 | 2C |
| Octal | 207 | 23 | 315 | 42 | 133 | 0 | 24 | 425 | 123 | 54 |
| Binary | 10000111 | 10011 | 11001101 | 100010 | 1011011 | 0 | 10100 | 100010101 | 1010011 | 101100 |
Color Harmonies of #8713CD
Complementary color
Monochromatic Colors of #8713CD
Black with #8713CD
Text Example
Text Example
White with #8713CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713CD; }
p { color: rgb(135,19,205); }
H1.HeaderClassName
{
color: #8713CD;
}
.AnyTagClassName
{
color: #8713CD;
}
</style>
background-color css
<style>
a { background-color: #8713CD; }
a { background-color: rgb(135,19,205); }
div.DivClassName
{
background-color: #8713CD;
}
.BgClassName
{
background-color: #8713CD;
}
</style>
border-color css
<style>
span { border-color: #8713CD; }
span { border-color: rgb(135,19,205); }
td.TdClassName
{
border-color: #8713CD;
}
.TagClassName
{
border-color: #8713CD;
}
</style>