Shades of Dark Violet #8705DC
Tints of Dark Violet #8705DC
RGB
CMYK
RGB Variations
Color information
#8705DC (or 0x8705DC) is known color: Dark Violet. HEX triplet: 87, 05 and DC. RGB value is (135,5,220). Sum of RGB (Red+Green+Blue) = 135+5+220=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #8705DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705DC is #78FA23. Grayscale: #434343. Windows color (decimal): -7928356 or 14419335. OLE color: 14419335.
HSL color Cylindrical-coordinate representation of color #8705DC: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705DC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 5 | 220 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.14 |
| HSL | 276.28º | 0.96% | 0.44% | - |
| HSV(B) | 276.28º | 0.98% | 0.86% | - |
| XYZ | 22.96 | 10.43 | 68.51 | - |
| YUV | 68.38 | 213.57 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 220 | 0.39 | 0.98 | 0 | 0.14 | 276.28 | 0.96 | 0.44 |
| Hex | 87 | 5 | DC | 27 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 207 | 5 | 334 | 47 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000111 | 101 | 11011100 | 100111 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8705DC
Complementary color
Monochromatic Colors of #8705DC
Black with #8705DC
Text Example
Text Example
White with #8705DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705DC; }
p { color: rgb(135,5,220); }
H1.HeaderClassName
{
color: #8705DC;
}
.AnyTagClassName
{
color: #8705DC;
}
</style>
background-color css
<style>
a { background-color: #8705DC; }
a { background-color: rgb(135,5,220); }
div.DivClassName
{
background-color: #8705DC;
}
.BgClassName
{
background-color: #8705DC;
}
</style>
border-color css
<style>
span { border-color: #8705DC; }
span { border-color: rgb(135,5,220); }
td.TdClassName
{
border-color: #8705DC;
}
.TagClassName
{
border-color: #8705DC;
}
</style>