Shades of Medium Purple #875EE1
Tints of Medium Purple #875EE1
RGB
CMYK
RGB Variations
Color information
#875EE1 (or 0x875EE1) is known color: Medium Purple. HEX triplet: 87, 5E and E1. RGB value is (135,94,225). Sum of RGB (Red+Green+Blue) = 135+94+225=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #875EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EE1 is #78A11E. Grayscale: #787878. Windows color (decimal): -7905567 or 14769799. OLE color: 14769799.
HSL color Cylindrical-coordinate representation of color #875EE1: hue angle of 258.78º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875EE1 is Cyan = 0.4, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 94 | 225 | - |
| CMYK | 0.4 | 0.58 | 0 | 0.12 |
| HSL | 258.78º | 0.69% | 0.63% | - |
| HSV(B) | 258.78º | 0.58% | 0.88% | - |
| XYZ | 27.58 | 18.59 | 73.37 | - |
| YUV | 121.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 225 | 0.4 | 0.58 | 0 | 0.12 | 258.78 | 0.69 | 0.63 |
| Hex | 87 | 5E | E1 | 28 | 3A | 0 | C | 103 | 45 | 3F |
| Octal | 207 | 136 | 341 | 50 | 72 | 0 | 14 | 403 | 105 | 77 |
| Binary | 10000111 | 1011110 | 11100001 | 101000 | 111010 | 0 | 1100 | 100000011 | 1000101 | 111111 |
Color Harmonies of #875EE1
Complementary color
Monochromatic Colors of #875EE1
Black with #875EE1
Text Example
Text Example
White with #875EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EE1; }
p { color: rgb(135,94,225); }
H1.HeaderClassName
{
color: #875EE1;
}
.AnyTagClassName
{
color: #875EE1;
}
</style>
background-color css
<style>
a { background-color: #875EE1; }
a { background-color: rgb(135,94,225); }
div.DivClassName
{
background-color: #875EE1;
}
.BgClassName
{
background-color: #875EE1;
}
</style>
border-color css
<style>
span { border-color: #875EE1; }
span { border-color: rgb(135,94,225); }
td.TdClassName
{
border-color: #875EE1;
}
.TagClassName
{
border-color: #875EE1;
}
</style>