Shades of Vivid Violet #871FA4
Tints of Vivid Violet #871FA4
RGB
CMYK
RGB Variations
Color information
#871FA4 (or 0x871FA4) is known color: Vivid Violet. HEX triplet: 87, 1F and A4. RGB value is (135,31,164). Sum of RGB (Red+Green+Blue) = 135+31+164=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #871FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871FA4 is #78E05B. Grayscale: #4C4C4C. Windows color (decimal): -7921756 or 10755975. OLE color: 10755975.
HSL color Cylindrical-coordinate representation of color #871FA4: hue angle of 286.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871FA4 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 31 | 164 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.36 |
| HSL | 286.92º | 0.68% | 0.38% | - |
| HSV(B) | 286.92º | 0.81% | 0.64% | - |
| XYZ | 17.18 | 8.81 | 35.92 | - |
| YUV | 77.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 164 | 0.18 | 0.81 | 0 | 0.36 | 286.92 | 0.68 | 0.38 |
| Hex | 87 | 1F | A4 | 12 | 51 | 0 | 24 | 11F | 44 | 26 |
| Octal | 207 | 37 | 244 | 22 | 121 | 0 | 44 | 437 | 104 | 46 |
| Binary | 10000111 | 11111 | 10100100 | 10010 | 1010001 | 0 | 100100 | 100011111 | 1000100 | 100110 |
Color Harmonies of #871FA4
Complementary color
Monochromatic Colors of #871FA4
Black with #871FA4
Text Example
Text Example
White with #871FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FA4; }
p { color: rgb(135,31,164); }
H1.HeaderClassName
{
color: #871FA4;
}
.AnyTagClassName
{
color: #871FA4;
}
</style>
background-color css
<style>
a { background-color: #871FA4; }
a { background-color: rgb(135,31,164); }
div.DivClassName
{
background-color: #871FA4;
}
.BgClassName
{
background-color: #871FA4;
}
</style>
border-color css
<style>
span { border-color: #871FA4; }
span { border-color: rgb(135,31,164); }
td.TdClassName
{
border-color: #871FA4;
}
.TagClassName
{
border-color: #871FA4;
}
</style>