Shades of Vivid Violet #871BA0
Tints of Vivid Violet #871BA0
RGB
CMYK
RGB Variations
Color information
#871BA0 (or 0x871BA0) is known color: Vivid Violet. HEX triplet: 87, 1B and A0. RGB value is (135,27,160). Sum of RGB (Red+Green+Blue) = 135+27+160=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #871BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871BA0 is #78E45F. Grayscale: #4A4A4A. Windows color (decimal): -7922784 or 10492807. OLE color: 10492807.
HSL color Cylindrical-coordinate representation of color #871BA0: hue angle of 288.72º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871BA0 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 27 | 160 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.37 |
| HSL | 288.72º | 0.71% | 0.37% | - |
| HSV(B) | 288.72º | 0.83% | 0.63% | - |
| XYZ | 16.73 | 8.47 | 34.01 | - |
| YUV | 74.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 160 | 0.16 | 0.83 | 0 | 0.37 | 288.72 | 0.71 | 0.37 |
| Hex | 87 | 1B | A0 | 10 | 53 | 0 | 25 | 121 | 47 | 25 |
| Octal | 207 | 33 | 240 | 20 | 123 | 0 | 45 | 441 | 107 | 45 |
| Binary | 10000111 | 11011 | 10100000 | 10000 | 1010011 | 0 | 100101 | 100100001 | 1000111 | 100101 |
Color Harmonies of #871BA0
Complementary color
Monochromatic Colors of #871BA0
Black with #871BA0
Text Example
Text Example
White with #871BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BA0; }
p { color: rgb(135,27,160); }
H1.HeaderClassName
{
color: #871BA0;
}
.AnyTagClassName
{
color: #871BA0;
}
</style>
background-color css
<style>
a { background-color: #871BA0; }
a { background-color: rgb(135,27,160); }
div.DivClassName
{
background-color: #871BA0;
}
.BgClassName
{
background-color: #871BA0;
}
</style>
border-color css
<style>
span { border-color: #871BA0; }
span { border-color: rgb(135,27,160); }
td.TdClassName
{
border-color: #871BA0;
}
.TagClassName
{
border-color: #871BA0;
}
</style>