Shades of Dark Violet #8705C7
Tints of Dark Violet #8705C7
RGB
CMYK
RGB Variations
Color information
#8705C7 (or 0x8705C7) is known color: Dark Violet. HEX triplet: 87, 05 and C7. RGB value is (135,5,199). Sum of RGB (Red+Green+Blue) = 135+5+199=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 199 (78.12% from 255 or 58.70% from 339); Max value from RGB is 199 - color contains mainly: blue. Hex color #8705C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705C7 is #78FA38. Grayscale: #414141. Windows color (decimal): -7928377 or 13043079. OLE color: 13043079.
HSL color Cylindrical-coordinate representation of color #8705C7: hue angle of 280.21º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8705C7 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 5 | 199 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.22 |
| HSL | 280.21º | 0.95% | 0.4% | - |
| HSV(B) | 280.21º | 0.97% | 0.78% | - |
| XYZ | 20.35 | 9.38 | 54.77 | - |
| YUV | 65.99 | 203.07 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 199 | 0.32 | 0.97 | 0 | 0.22 | 280.21 | 0.95 | 0.4 |
| Hex | 87 | 5 | C7 | 20 | 61 | 0 | 16 | 118 | 5F | 28 |
| Octal | 207 | 5 | 307 | 40 | 141 | 0 | 26 | 430 | 137 | 50 |
| Binary | 10000111 | 101 | 11000111 | 100000 | 1100001 | 0 | 10110 | 100011000 | 1011111 | 101000 |
Color Harmonies of #8705C7
Complementary color
Monochromatic Colors of #8705C7
Black with #8705C7
Text Example
Text Example
White with #8705C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705C7; }
p { color: rgb(135,5,199); }
H1.HeaderClassName
{
color: #8705C7;
}
.AnyTagClassName
{
color: #8705C7;
}
</style>
background-color css
<style>
a { background-color: #8705C7; }
a { background-color: rgb(135,5,199); }
div.DivClassName
{
background-color: #8705C7;
}
.BgClassName
{
background-color: #8705C7;
}
</style>
border-color css
<style>
span { border-color: #8705C7; }
span { border-color: rgb(135,5,199); }
td.TdClassName
{
border-color: #8705C7;
}
.TagClassName
{
border-color: #8705C7;
}
</style>