Shades of Dark Violet #8700BA
Tints of Dark Violet #8700BA
RGB
CMYK
RGB Variations
Color information
#8700BA (or 0x8700BA) is known color: Dark Violet. HEX triplet: 87, 00 and BA. RGB value is (135,0,186). Sum of RGB (Red+Green+Blue) = 135+0+186=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #8700BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700BA is #78FF45. Grayscale: #3C3C3C. Windows color (decimal): -7929670 or 12189831. OLE color: 12189831.
HSL color Cylindrical-coordinate representation of color #8700BA: hue angle of 283.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700BA is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 0 | 186 | - |
| CMYK | 0.27 | 1 | 0 | 0.27 |
| HSL | 283.55º | 1% | 0.36% | - |
| HSV(B) | 283.55º | 1% | 0.73% | - |
| XYZ | 18.85 | 8.7 | 47.14 | - |
| YUV | 61.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 186 | 0.27 | 1 | 0 | 0.27 | 283.55 | 1 | 0.36 |
| Hex | 87 | 0 | BA | 1B | 64 | 0 | 1B | 11C | 64 | 24 |
| Octal | 207 | 0 | 272 | 33 | 144 | 0 | 33 | 434 | 144 | 44 |
| Binary | 10000111 | 0 | 10111010 | 11011 | 1100100 | 0 | 11011 | 100011100 | 1100100 | 100100 |
Color Harmonies of #8700BA
Complementary color
Monochromatic Colors of #8700BA
Black with #8700BA
Text Example
Text Example
White with #8700BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700BA; }
p { color: rgb(135,0,186); }
H1.HeaderClassName
{
color: #8700BA;
}
.AnyTagClassName
{
color: #8700BA;
}
</style>
background-color css
<style>
a { background-color: #8700BA; }
a { background-color: rgb(135,0,186); }
div.DivClassName
{
background-color: #8700BA;
}
.BgClassName
{
background-color: #8700BA;
}
</style>
border-color css
<style>
span { border-color: #8700BA; }
span { border-color: rgb(135,0,186); }
td.TdClassName
{
border-color: #8700BA;
}
.TagClassName
{
border-color: #8700BA;
}
</style>