Shades of Medium Purple #875AE1
Tints of Medium Purple #875AE1
RGB
CMYK
RGB Variations
Color information
#875AE1 (or 0x875AE1) is known color: Medium Purple. HEX triplet: 87, 5A and E1. RGB value is (135,90,225). Sum of RGB (Red+Green+Blue) = 135+90+225=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #875AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AE1 is #78A51E. Grayscale: #767676. Windows color (decimal): -7906591 or 14768775. OLE color: 14768775.
HSL color Cylindrical-coordinate representation of color #875AE1: hue angle of 260º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875AE1 is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 90 | 225 | - |
| CMYK | 0.4 | 0.60 | 0 | 0.12 |
| HSL | 260º | 0.69% | 0.62% | - |
| HSV(B) | 260º | 0.6% | 0.88% | - |
| XYZ | 27.24 | 17.9 | 73.25 | - |
| YUV | 118.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 225 | 0.4 | 0.60 | 0 | 0.12 | 260 | 0.69 | 0.62 |
| Hex | 87 | 5A | E1 | 28 | 3C | 0 | C | 104 | 45 | 3E |
| Octal | 207 | 132 | 341 | 50 | 74 | 0 | 14 | 404 | 105 | 76 |
| Binary | 10000111 | 1011010 | 11100001 | 101000 | 111100 | 0 | 1100 | 100000100 | 1000101 | 111110 |
Color Harmonies of #875AE1
Complementary color
Monochromatic Colors of #875AE1
Black with #875AE1
Text Example
Text Example
White with #875AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AE1; }
p { color: rgb(135,90,225); }
H1.HeaderClassName
{
color: #875AE1;
}
.AnyTagClassName
{
color: #875AE1;
}
</style>
background-color css
<style>
a { background-color: #875AE1; }
a { background-color: rgb(135,90,225); }
div.DivClassName
{
background-color: #875AE1;
}
.BgClassName
{
background-color: #875AE1;
}
</style>
border-color css
<style>
span { border-color: #875AE1; }
span { border-color: rgb(135,90,225); }
td.TdClassName
{
border-color: #875AE1;
}
.TagClassName
{
border-color: #875AE1;
}
</style>