Shades of Blue Violet #871BEC
Tints of Blue Violet #871BEC
RGB
CMYK
RGB Variations
Color information
#871BEC (or 0x871BEC) is known color: Blue Violet. HEX triplet: 87, 1B and EC. RGB value is (135,27,236). Sum of RGB (Red+Green+Blue) = 135+27+236=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #871BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BEC is #78E413. Grayscale: #525252. Windows color (decimal): -7922708 or 15473543. OLE color: 15473543.
HSL color Cylindrical-coordinate representation of color #871BEC: hue angle of 271º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871BEC is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 27 | 236 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.07 |
| HSL | 271º | 0.85% | 0.52% | - |
| HSV(B) | 271º | 0.89% | 0.93% | - |
| XYZ | 25.52 | 11.99 | 80.33 | - |
| YUV | 83.12 | 214.28 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 236 | 0.43 | 0.89 | 0 | 0.07 | 271 | 0.85 | 0.52 |
| Hex | 87 | 1B | EC | 2B | 59 | 0 | 7 | 10F | 55 | 34 |
| Octal | 207 | 33 | 354 | 53 | 131 | 0 | 7 | 417 | 125 | 64 |
| Binary | 10000111 | 11011 | 11101100 | 101011 | 1011001 | 0 | 111 | 100001111 | 1010101 | 110100 |
Color Harmonies of #871BEC
Complementary color
Monochromatic Colors of #871BEC
Black with #871BEC
Text Example
Text Example
White with #871BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BEC; }
p { color: rgb(135,27,236); }
H1.HeaderClassName
{
color: #871BEC;
}
.AnyTagClassName
{
color: #871BEC;
}
</style>
background-color css
<style>
a { background-color: #871BEC; }
a { background-color: rgb(135,27,236); }
div.DivClassName
{
background-color: #871BEC;
}
.BgClassName
{
background-color: #871BEC;
}
</style>
border-color css
<style>
span { border-color: #871BEC; }
span { border-color: rgb(135,27,236); }
td.TdClassName
{
border-color: #871BEC;
}
.TagClassName
{
border-color: #871BEC;
}
</style>