Shades of Blue Violet #871EEA
Tints of Blue Violet #871EEA
RGB
CMYK
RGB Variations
Color information
#871EEA (or 0x871EEA) is known color: Blue Violet. HEX triplet: 87, 1E and EA. RGB value is (135,30,234). Sum of RGB (Red+Green+Blue) = 135+30+234=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #871EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EEA is #78E115. Grayscale: #535353. Windows color (decimal): -7921942 or 15343239. OLE color: 15343239.
HSL color Cylindrical-coordinate representation of color #871EEA: hue angle of 270.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871EEA is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 30 | 234 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.08 |
| HSL | 270.88º | 0.83% | 0.52% | - |
| HSV(B) | 270.88º | 0.87% | 0.92% | - |
| XYZ | 25.31 | 12.02 | 78.83 | - |
| YUV | 84.65 | 212.29 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 234 | 0.42 | 0.87 | 0 | 0.08 | 270.88 | 0.83 | 0.52 |
| Hex | 87 | 1E | EA | 2A | 57 | 0 | 8 | 10F | 53 | 34 |
| Octal | 207 | 36 | 352 | 52 | 127 | 0 | 10 | 417 | 123 | 64 |
| Binary | 10000111 | 11110 | 11101010 | 101010 | 1010111 | 0 | 1000 | 100001111 | 1010011 | 110100 |
Color Harmonies of #871EEA
Complementary color
Monochromatic Colors of #871EEA
Black with #871EEA
Text Example
Text Example
White with #871EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871EEA; }
p { color: rgb(135,30,234); }
H1.HeaderClassName
{
color: #871EEA;
}
.AnyTagClassName
{
color: #871EEA;
}
</style>
background-color css
<style>
a { background-color: #871EEA; }
a { background-color: rgb(135,30,234); }
div.DivClassName
{
background-color: #871EEA;
}
.BgClassName
{
background-color: #871EEA;
}
</style>
border-color css
<style>
span { border-color: #871EEA; }
span { border-color: rgb(135,30,234); }
td.TdClassName
{
border-color: #871EEA;
}
.TagClassName
{
border-color: #871EEA;
}
</style>