Shades of Dark Violet #8705DB
Tints of Dark Violet #8705DB
RGB
CMYK
RGB Variations
Color information
#8705DB (or 0x8705DB) is known color: Dark Violet. HEX triplet: 87, 05 and DB. RGB value is (135,5,219). Sum of RGB (Red+Green+Blue) = 135+5+219=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #8705DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705DB is #78FA24. Grayscale: #434343. Windows color (decimal): -7928357 or 14353799. OLE color: 14353799.
HSL color Cylindrical-coordinate representation of color #8705DB: hue angle of 276.45º 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 #8705DB is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 5 | 219 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.14 |
| HSL | 276.45º | 0.96% | 0.44% | - |
| HSV(B) | 276.45º | 0.98% | 0.86% | - |
| XYZ | 22.83 | 10.37 | 67.82 | - |
| YUV | 68.27 | 213.07 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 219 | 0.38 | 0.98 | 0 | 0.14 | 276.45 | 0.96 | 0.44 |
| Hex | 87 | 5 | DB | 26 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 207 | 5 | 333 | 46 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000111 | 101 | 11011011 | 100110 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8705DB
Complementary color
Monochromatic Colors of #8705DB
Black with #8705DB
Text Example
Text Example
White with #8705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705DB; }
p { color: rgb(135,5,219); }
H1.HeaderClassName
{
color: #8705DB;
}
.AnyTagClassName
{
color: #8705DB;
}
</style>
background-color css
<style>
a { background-color: #8705DB; }
a { background-color: rgb(135,5,219); }
div.DivClassName
{
background-color: #8705DB;
}
.BgClassName
{
background-color: #8705DB;
}
</style>
border-color css
<style>
span { border-color: #8705DB; }
span { border-color: rgb(135,5,219); }
td.TdClassName
{
border-color: #8705DB;
}
.TagClassName
{
border-color: #8705DB;
}
</style>