Shades of Medium Purple #875FE3
Tints of Medium Purple #875FE3
RGB
CMYK
RGB Variations
Color information
#875FE3 (or 0x875FE3) is known color: Medium Purple. HEX triplet: 87, 5F and E3. RGB value is (135,95,227). Sum of RGB (Red+Green+Blue) = 135+95+227=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #875FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FE3 is #78A01C. Grayscale: #797979. Windows color (decimal): -7905309 or 14901127. OLE color: 14901127.
HSL color Cylindrical-coordinate representation of color #875FE3: hue angle of 258.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875FE3 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 95 | 227 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.11 |
| HSL | 258.18º | 0.7% | 0.63% | - |
| HSV(B) | 258.18º | 0.58% | 0.89% | - |
| XYZ | 27.95 | 18.88 | 74.84 | - |
| YUV | 122.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 227 | 0.41 | 0.58 | 0 | 0.11 | 258.18 | 0.7 | 0.63 |
| Hex | 87 | 5F | E3 | 29 | 3A | 0 | B | 102 | 46 | 3F |
| Octal | 207 | 137 | 343 | 51 | 72 | 0 | 13 | 402 | 106 | 77 |
| Binary | 10000111 | 1011111 | 11100011 | 101001 | 111010 | 0 | 1011 | 100000010 | 1000110 | 111111 |
Color Harmonies of #875FE3
Complementary color
Monochromatic Colors of #875FE3
Black with #875FE3
Text Example
Text Example
White with #875FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FE3; }
p { color: rgb(135,95,227); }
H1.HeaderClassName
{
color: #875FE3;
}
.AnyTagClassName
{
color: #875FE3;
}
</style>
background-color css
<style>
a { background-color: #875FE3; }
a { background-color: rgb(135,95,227); }
div.DivClassName
{
background-color: #875FE3;
}
.BgClassName
{
background-color: #875FE3;
}
</style>
border-color css
<style>
span { border-color: #875FE3; }
span { border-color: rgb(135,95,227); }
td.TdClassName
{
border-color: #875FE3;
}
.TagClassName
{
border-color: #875FE3;
}
</style>