Shades of Dark Violet #8701BB
Tints of Dark Violet #8701BB
RGB
CMYK
RGB Variations
Color information
#8701BB (or 0x8701BB) is known color: Dark Violet. HEX triplet: 87, 01 and BB. RGB value is (135,1,187). Sum of RGB (Red+Green+Blue) = 135+1+187=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #8701BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8701BB is #78FE44. Grayscale: #3D3D3D. Windows color (decimal): -7929413 or 12255623. OLE color: 12255623.
HSL color Cylindrical-coordinate representation of color #8701BB: hue angle of 283.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8701BB is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 1 | 187 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.27 |
| HSL | 283.23º | 0.99% | 0.37% | - |
| HSV(B) | 283.23º | 0.99% | 0.73% | - |
| XYZ | 18.97 | 8.76 | 47.7 | - |
| YUV | 62.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 187 | 0.28 | 0.99 | 0 | 0.27 | 283.23 | 0.99 | 0.37 |
| Hex | 87 | 1 | BB | 1C | 63 | 0 | 1B | 11B | 63 | 25 |
| Octal | 207 | 1 | 273 | 34 | 143 | 0 | 33 | 433 | 143 | 45 |
| Binary | 10000111 | 1 | 10111011 | 11100 | 1100011 | 0 | 11011 | 100011011 | 1100011 | 100101 |
Color Harmonies of #8701BB
Complementary color
Monochromatic Colors of #8701BB
Black with #8701BB
Text Example
Text Example
White with #8701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8701BB; }
p { color: rgb(135,1,187); }
H1.HeaderClassName
{
color: #8701BB;
}
.AnyTagClassName
{
color: #8701BB;
}
</style>
background-color css
<style>
a { background-color: #8701BB; }
a { background-color: rgb(135,1,187); }
div.DivClassName
{
background-color: #8701BB;
}
.BgClassName
{
background-color: #8701BB;
}
</style>
border-color css
<style>
span { border-color: #8701BB; }
span { border-color: rgb(135,1,187); }
td.TdClassName
{
border-color: #8701BB;
}
.TagClassName
{
border-color: #8701BB;
}
</style>