Shades of Dark Violet #8705DA
Tints of Dark Violet #8705DA
RGB
CMYK
RGB Variations
Color information
#8705DA (or 0x8705DA) is known color: Dark Violet. HEX triplet: 87, 05 and DA. RGB value is (135,5,218). Sum of RGB (Red+Green+Blue) = 135+5+218=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #8705DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705DA is #78FA25. Grayscale: #434343. Windows color (decimal): -7928358 or 14288263. OLE color: 14288263.
HSL color Cylindrical-coordinate representation of color #8705DA: hue angle of 276.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705DA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 5 | 218 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.15 |
| HSL | 276.62º | 0.96% | 0.44% | - |
| HSV(B) | 276.62º | 0.98% | 0.85% | - |
| XYZ | 22.7 | 10.32 | 67.13 | - |
| YUV | 68.15 | 212.57 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 218 | 0.38 | 0.98 | 0 | 0.15 | 276.62 | 0.96 | 0.44 |
| Hex | 87 | 5 | DA | 26 | 62 | 0 | F | 115 | 60 | 2C |
| Octal | 207 | 5 | 332 | 46 | 142 | 0 | 17 | 425 | 140 | 54 |
| Binary | 10000111 | 101 | 11011010 | 100110 | 1100010 | 0 | 1111 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8705DA
Complementary color
Monochromatic Colors of #8705DA
Black with #8705DA
Text Example
Text Example
White with #8705DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705DA; }
p { color: rgb(135,5,218); }
H1.HeaderClassName
{
color: #8705DA;
}
.AnyTagClassName
{
color: #8705DA;
}
</style>
background-color css
<style>
a { background-color: #8705DA; }
a { background-color: rgb(135,5,218); }
div.DivClassName
{
background-color: #8705DA;
}
.BgClassName
{
background-color: #8705DA;
}
</style>
border-color css
<style>
span { border-color: #8705DA; }
span { border-color: rgb(135,5,218); }
td.TdClassName
{
border-color: #8705DA;
}
.TagClassName
{
border-color: #8705DA;
}
</style>