Shades of Dark Violet #8713C6
Tints of Dark Violet #8713C6
RGB
CMYK
RGB Variations
Color information
#8713C6 (or 0x8713C6) is known color: Dark Violet. HEX triplet: 87, 13 and C6. RGB value is (135,19,198). Sum of RGB (Red+Green+Blue) = 135+19+198=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 198 (77.73% from 255 or 56.25% from 352); Max value from RGB is 198 - color contains mainly: blue. Hex color #8713C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713C6 is #78EC39. Grayscale: #494949. Windows color (decimal): -7924794 or 12981127. OLE color: 12981127.
HSL color Cylindrical-coordinate representation of color #8713C6: hue angle of 278.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8713C6 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 19 | 198 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.22 |
| HSL | 278.88º | 0.82% | 0.43% | - |
| HSV(B) | 278.88º | 0.9% | 0.78% | - |
| XYZ | 20.42 | 9.69 | 54.22 | - |
| YUV | 74.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 198 | 0.32 | 0.90 | 0 | 0.22 | 278.88 | 0.82 | 0.43 |
| Hex | 87 | 13 | C6 | 20 | 5A | 0 | 16 | 117 | 52 | 2B |
| Octal | 207 | 23 | 306 | 40 | 132 | 0 | 26 | 427 | 122 | 53 |
| Binary | 10000111 | 10011 | 11000110 | 100000 | 1011010 | 0 | 10110 | 100010111 | 1010010 | 101011 |
Color Harmonies of #8713C6
Complementary color
Monochromatic Colors of #8713C6
Black with #8713C6
Text Example
Text Example
White with #8713C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713C6; }
p { color: rgb(135,19,198); }
H1.HeaderClassName
{
color: #8713C6;
}
.AnyTagClassName
{
color: #8713C6;
}
</style>
background-color css
<style>
a { background-color: #8713C6; }
a { background-color: rgb(135,19,198); }
div.DivClassName
{
background-color: #8713C6;
}
.BgClassName
{
background-color: #8713C6;
}
</style>
border-color css
<style>
span { border-color: #8713C6; }
span { border-color: rgb(135,19,198); }
td.TdClassName
{
border-color: #8713C6;
}
.TagClassName
{
border-color: #8713C6;
}
</style>