Shades of Blue Violet #871EF6
Tints of Blue Violet #871EF6
RGB
CMYK
RGB Variations
Color information
#871EF6 (or 0x871EF6) is known color: Blue Violet. HEX triplet: 87, 1E and F6. RGB value is (135,30,246). Sum of RGB (Red+Green+Blue) = 135+30+246=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #871EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EF6 is #78E109. Grayscale: #555555. Windows color (decimal): -7921930 or 16129671. OLE color: 16129671.
HSL color Cylindrical-coordinate representation of color #871EF6: hue angle of 269.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871EF6 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 30 | 246 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.04 |
| HSL | 269.17º | 0.92% | 0.54% | - |
| HSV(B) | 269.17º | 0.88% | 0.96% | - |
| XYZ | 27.09 | 12.73 | 88.22 | - |
| YUV | 86.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 246 | 0.45 | 0.88 | 0 | 0.04 | 269.17 | 0.92 | 0.54 |
| Hex | 87 | 1E | F6 | 2D | 58 | 0 | 4 | 10D | 5C | 36 |
| Octal | 207 | 36 | 366 | 55 | 130 | 0 | 4 | 415 | 134 | 66 |
| Binary | 10000111 | 11110 | 11110110 | 101101 | 1011000 | 0 | 100 | 100001101 | 1011100 | 110110 |
Color Harmonies of #871EF6
Complementary color
Monochromatic Colors of #871EF6
Black with #871EF6
Text Example
Text Example
White with #871EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871EF6; }
p { color: rgb(135,30,246); }
H1.HeaderClassName
{
color: #871EF6;
}
.AnyTagClassName
{
color: #871EF6;
}
</style>
background-color css
<style>
a { background-color: #871EF6; }
a { background-color: rgb(135,30,246); }
div.DivClassName
{
background-color: #871EF6;
}
.BgClassName
{
background-color: #871EF6;
}
</style>
border-color css
<style>
span { border-color: #871EF6; }
span { border-color: rgb(135,30,246); }
td.TdClassName
{
border-color: #871EF6;
}
.TagClassName
{
border-color: #871EF6;
}
</style>