Shades of Dark Violet #870ABB
Tints of Dark Violet #870ABB
RGB
CMYK
RGB Variations
Color information
#870ABB (or 0x870ABB) is known color: Dark Violet. HEX triplet: 87, 0A and BB. RGB value is (135,10,187). Sum of RGB (Red+Green+Blue) = 135+10+187=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #870ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ABB is #78F544. Grayscale: #424242. Windows color (decimal): -7927109 or 12257927. OLE color: 12257927.
HSL color Cylindrical-coordinate representation of color #870ABB: hue angle of 282.37º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ABB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 10 | 187 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.27 |
| HSL | 282.37º | 0.9% | 0.39% | - |
| HSV(B) | 282.37º | 0.95% | 0.73% | - |
| XYZ | 19.07 | 8.96 | 47.74 | - |
| YUV | 67.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 187 | 0.28 | 0.95 | 0 | 0.27 | 282.37 | 0.9 | 0.39 |
| Hex | 87 | A | BB | 1C | 5F | 0 | 1B | 11A | 5A | 27 |
| Octal | 207 | 12 | 273 | 34 | 137 | 0 | 33 | 432 | 132 | 47 |
| Binary | 10000111 | 1010 | 10111011 | 11100 | 1011111 | 0 | 11011 | 100011010 | 1011010 | 100111 |
Color Harmonies of #870ABB
Complementary color
Monochromatic Colors of #870ABB
Black with #870ABB
Text Example
Text Example
White with #870ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ABB; }
p { color: rgb(135,10,187); }
H1.HeaderClassName
{
color: #870ABB;
}
.AnyTagClassName
{
color: #870ABB;
}
</style>
background-color css
<style>
a { background-color: #870ABB; }
a { background-color: rgb(135,10,187); }
div.DivClassName
{
background-color: #870ABB;
}
.BgClassName
{
background-color: #870ABB;
}
</style>
border-color css
<style>
span { border-color: #870ABB; }
span { border-color: rgb(135,10,187); }
td.TdClassName
{
border-color: #870ABB;
}
.TagClassName
{
border-color: #870ABB;
}
</style>