Shades of Dark Violet #8705BB
Tints of Dark Violet #8705BB
RGB
CMYK
RGB Variations
Color information
#8705BB (or 0x8705BB) is known color: Dark Violet. HEX triplet: 87, 05 and BB. RGB value is (135,5,187). Sum of RGB (Red+Green+Blue) = 135+5+187=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #8705BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705BB is #78FA44. Grayscale: #404040. Windows color (decimal): -7928389 or 12256647. OLE color: 12256647.
HSL color Cylindrical-coordinate representation of color #8705BB: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8705BB is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 5 | 187 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.27 |
| HSL | 282.86º | 0.95% | 0.38% | - |
| HSV(B) | 282.86º | 0.97% | 0.73% | - |
| XYZ | 19.02 | 8.85 | 47.72 | - |
| YUV | 64.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 187 | 0.28 | 0.97 | 0 | 0.27 | 282.86 | 0.95 | 0.38 |
| Hex | 87 | 5 | BB | 1C | 61 | 0 | 1B | 11B | 5F | 26 |
| Octal | 207 | 5 | 273 | 34 | 141 | 0 | 33 | 433 | 137 | 46 |
| Binary | 10000111 | 101 | 10111011 | 11100 | 1100001 | 0 | 11011 | 100011011 | 1011111 | 100110 |
Color Harmonies of #8705BB
Complementary color
Monochromatic Colors of #8705BB
Black with #8705BB
Text Example
Text Example
White with #8705BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705BB; }
p { color: rgb(135,5,187); }
H1.HeaderClassName
{
color: #8705BB;
}
.AnyTagClassName
{
color: #8705BB;
}
</style>
background-color css
<style>
a { background-color: #8705BB; }
a { background-color: rgb(135,5,187); }
div.DivClassName
{
background-color: #8705BB;
}
.BgClassName
{
background-color: #8705BB;
}
</style>
border-color css
<style>
span { border-color: #8705BB; }
span { border-color: rgb(135,5,187); }
td.TdClassName
{
border-color: #8705BB;
}
.TagClassName
{
border-color: #8705BB;
}
</style>