Shades of Medium Purple #875FE1
Tints of Medium Purple #875FE1
RGB
CMYK
RGB Variations
Color information
#875FE1 (or 0x875FE1) is known color: Medium Purple. HEX triplet: 87, 5F and E1. RGB value is (135,95,225). Sum of RGB (Red+Green+Blue) = 135+95+225=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #875FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FE1 is #78A01E. Grayscale: #797979. Windows color (decimal): -7905311 or 14770055. OLE color: 14770055.
HSL color Cylindrical-coordinate representation of color #875FE1: hue angle of 258.46º degrees, saturation: 0.68, 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 #875FE1 is Cyan = 0.4, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 95 | 225 | - |
| CMYK | 0.4 | 0.58 | 0 | 0.12 |
| HSL | 258.46º | 0.68% | 0.63% | - |
| HSV(B) | 258.46º | 0.58% | 0.88% | - |
| XYZ | 27.67 | 18.77 | 73.4 | - |
| YUV | 121.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 225 | 0.4 | 0.58 | 0 | 0.12 | 258.46 | 0.68 | 0.63 |
| Hex | 87 | 5F | E1 | 28 | 3A | 0 | C | 102 | 44 | 3F |
| Octal | 207 | 137 | 341 | 50 | 72 | 0 | 14 | 402 | 104 | 77 |
| Binary | 10000111 | 1011111 | 11100001 | 101000 | 111010 | 0 | 1100 | 100000010 | 1000100 | 111111 |
Color Harmonies of #875FE1
Complementary color
Monochromatic Colors of #875FE1
Black with #875FE1
Text Example
Text Example
White with #875FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FE1; }
p { color: rgb(135,95,225); }
H1.HeaderClassName
{
color: #875FE1;
}
.AnyTagClassName
{
color: #875FE1;
}
</style>
background-color css
<style>
a { background-color: #875FE1; }
a { background-color: rgb(135,95,225); }
div.DivClassName
{
background-color: #875FE1;
}
.BgClassName
{
background-color: #875FE1;
}
</style>
border-color css
<style>
span { border-color: #875FE1; }
span { border-color: rgb(135,95,225); }
td.TdClassName
{
border-color: #875FE1;
}
.TagClassName
{
border-color: #875FE1;
}
</style>