Shades of Blue Violet #871EEC
Tints of Blue Violet #871EEC
RGB
CMYK
RGB Variations
Color information
#871EEC (or 0x871EEC) is known color: Blue Violet. HEX triplet: 87, 1E and EC. RGB value is (135,30,236). Sum of RGB (Red+Green+Blue) = 135+30+236=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #871EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EEC is #78E113. Grayscale: #545454. Windows color (decimal): -7921940 or 15474311. OLE color: 15474311.
HSL color Cylindrical-coordinate representation of color #871EEC: hue angle of 270.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871EEC is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 30 | 236 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.07 |
| HSL | 270.58º | 0.84% | 0.52% | - |
| HSV(B) | 270.58º | 0.87% | 0.93% | - |
| XYZ | 25.6 | 12.14 | 80.35 | - |
| YUV | 84.88 | 213.29 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 236 | 0.43 | 0.87 | 0 | 0.07 | 270.58 | 0.84 | 0.52 |
| Hex | 87 | 1E | EC | 2B | 57 | 0 | 7 | 10F | 54 | 34 |
| Octal | 207 | 36 | 354 | 53 | 127 | 0 | 7 | 417 | 124 | 64 |
| Binary | 10000111 | 11110 | 11101100 | 101011 | 1010111 | 0 | 111 | 100001111 | 1010100 | 110100 |
Color Harmonies of #871EEC
Complementary color
Monochromatic Colors of #871EEC
Black with #871EEC
Text Example
Text Example
White with #871EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871EEC; }
p { color: rgb(135,30,236); }
H1.HeaderClassName
{
color: #871EEC;
}
.AnyTagClassName
{
color: #871EEC;
}
</style>
background-color css
<style>
a { background-color: #871EEC; }
a { background-color: rgb(135,30,236); }
div.DivClassName
{
background-color: #871EEC;
}
.BgClassName
{
background-color: #871EEC;
}
</style>
border-color css
<style>
span { border-color: #871EEC; }
span { border-color: rgb(135,30,236); }
td.TdClassName
{
border-color: #871EEC;
}
.TagClassName
{
border-color: #871EEC;
}
</style>