Shades of Blue Violet #871AED
Tints of Blue Violet #871AED
RGB
CMYK
RGB Variations
Color information
#871AED (or 0x871AED) is known color: Blue Violet. HEX triplet: 87, 1A and ED. RGB value is (135,26,237). Sum of RGB (Red+Green+Blue) = 135+26+237=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #871AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AED is #78E512. Grayscale: #515151. Windows color (decimal): -7922963 or 15538823. OLE color: 15538823.
HSL color Cylindrical-coordinate representation of color #871AED: 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 #871AED is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 26 | 237 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.07 |
| HSL | 271º | 0.85% | 0.52% | - |
| HSV(B) | 271º | 0.89% | 0.93% | - |
| XYZ | 25.65 | 12 | 81.09 | - |
| YUV | 82.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 237 | 0.43 | 0.89 | 0 | 0.07 | 271 | 0.85 | 0.52 |
| Hex | 87 | 1A | ED | 2B | 59 | 0 | 7 | 10F | 55 | 34 |
| Octal | 207 | 32 | 355 | 53 | 131 | 0 | 7 | 417 | 125 | 64 |
| Binary | 10000111 | 11010 | 11101101 | 101011 | 1011001 | 0 | 111 | 100001111 | 1010101 | 110100 |
Color Harmonies of #871AED
Complementary color
Monochromatic Colors of #871AED
Black with #871AED
Text Example
Text Example
White with #871AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871AED; }
p { color: rgb(135,26,237); }
H1.HeaderClassName
{
color: #871AED;
}
.AnyTagClassName
{
color: #871AED;
}
</style>
background-color css
<style>
a { background-color: #871AED; }
a { background-color: rgb(135,26,237); }
div.DivClassName
{
background-color: #871AED;
}
.BgClassName
{
background-color: #871AED;
}
</style>
border-color css
<style>
span { border-color: #871AED; }
span { border-color: rgb(135,26,237); }
td.TdClassName
{
border-color: #871AED;
}
.TagClassName
{
border-color: #871AED;
}
</style>