Shades of Dark Violet #8707BB
Tints of Dark Violet #8707BB
RGB
CMYK
RGB Variations
Color information
#8707BB (or 0x8707BB) is known color: Dark Violet. HEX triplet: 87, 07 and BB. RGB value is (135,7,187). Sum of RGB (Red+Green+Blue) = 135+7+187=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #8707BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707BB is #78F844. Grayscale: #414141. Windows color (decimal): -7927877 or 12257159. OLE color: 12257159.
HSL color Cylindrical-coordinate representation of color #8707BB: hue angle of 282.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8707BB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 7 | 187 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.27 |
| HSL | 282.67º | 0.93% | 0.38% | - |
| HSV(B) | 282.67º | 0.96% | 0.73% | - |
| XYZ | 19.04 | 8.89 | 47.73 | - |
| YUV | 65.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 187 | 0.28 | 0.96 | 0 | 0.27 | 282.67 | 0.93 | 0.38 |
| Hex | 87 | 7 | BB | 1C | 60 | 0 | 1B | 11B | 5D | 26 |
| Octal | 207 | 7 | 273 | 34 | 140 | 0 | 33 | 433 | 135 | 46 |
| Binary | 10000111 | 111 | 10111011 | 11100 | 1100000 | 0 | 11011 | 100011011 | 1011101 | 100110 |
Color Harmonies of #8707BB
Complementary color
Monochromatic Colors of #8707BB
Black with #8707BB
Text Example
Text Example
White with #8707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707BB; }
p { color: rgb(135,7,187); }
H1.HeaderClassName
{
color: #8707BB;
}
.AnyTagClassName
{
color: #8707BB;
}
</style>
background-color css
<style>
a { background-color: #8707BB; }
a { background-color: rgb(135,7,187); }
div.DivClassName
{
background-color: #8707BB;
}
.BgClassName
{
background-color: #8707BB;
}
</style>
border-color css
<style>
span { border-color: #8707BB; }
span { border-color: rgb(135,7,187); }
td.TdClassName
{
border-color: #8707BB;
}
.TagClassName
{
border-color: #8707BB;
}
</style>