Shades of Blue Violet #871FE4
Tints of Blue Violet #871FE4
RGB
CMYK
RGB Variations
Color information
#871FE4 (or 0x871FE4) is known color: Blue Violet. HEX triplet: 87, 1F and E4. RGB value is (135,31,228). Sum of RGB (Red+Green+Blue) = 135+31+228=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #871FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FE4 is #78E01B. Grayscale: #535353. Windows color (decimal): -7921692 or 14950279. OLE color: 14950279.
HSL color Cylindrical-coordinate representation of color #871FE4: hue angle of 271.68º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871FE4 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 31 | 228 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.11 |
| HSL | 271.68º | 0.78% | 0.51% | - |
| HSV(B) | 271.68º | 0.86% | 0.89% | - |
| XYZ | 24.49 | 11.73 | 74.37 | - |
| YUV | 84.55 | 208.96 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 228 | 0.41 | 0.86 | 0 | 0.11 | 271.68 | 0.78 | 0.51 |
| Hex | 87 | 1F | E4 | 29 | 56 | 0 | B | 110 | 4E | 33 |
| Octal | 207 | 37 | 344 | 51 | 126 | 0 | 13 | 420 | 116 | 63 |
| Binary | 10000111 | 11111 | 11100100 | 101001 | 1010110 | 0 | 1011 | 100010000 | 1001110 | 110011 |
Color Harmonies of #871FE4
Complementary color
Monochromatic Colors of #871FE4
Black with #871FE4
Text Example
Text Example
White with #871FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FE4; }
p { color: rgb(135,31,228); }
H1.HeaderClassName
{
color: #871FE4;
}
.AnyTagClassName
{
color: #871FE4;
}
</style>
background-color css
<style>
a { background-color: #871FE4; }
a { background-color: rgb(135,31,228); }
div.DivClassName
{
background-color: #871FE4;
}
.BgClassName
{
background-color: #871FE4;
}
</style>
border-color css
<style>
span { border-color: #871FE4; }
span { border-color: rgb(135,31,228); }
td.TdClassName
{
border-color: #871FE4;
}
.TagClassName
{
border-color: #871FE4;
}
</style>