Shades of Medium Purple #875ED8
Tints of Medium Purple #875ED8
RGB
CMYK
RGB Variations
Color information
#875ED8 (or 0x875ED8) is known color: Medium Purple. HEX triplet: 87, 5E and D8. RGB value is (135,94,216). Sum of RGB (Red+Green+Blue) = 135+94+216=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #875ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ED8 is #78A127. Grayscale: #777777. Windows color (decimal): -7905576 or 14179975. OLE color: 14179975.
HSL color Cylindrical-coordinate representation of color #875ED8: hue angle of 260.16º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875ED8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 94 | 216 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.15 |
| HSL | 260.16º | 0.61% | 0.61% | - |
| HSV(B) | 260.16º | 0.56% | 0.85% | - |
| XYZ | 26.39 | 18.11 | 67.07 | - |
| YUV | 120.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 216 | 0.38 | 0.56 | 0 | 0.15 | 260.16 | 0.61 | 0.61 |
| Hex | 87 | 5E | D8 | 26 | 38 | 0 | F | 104 | 3D | 3D |
| Octal | 207 | 136 | 330 | 46 | 70 | 0 | 17 | 404 | 75 | 75 |
| Binary | 10000111 | 1011110 | 11011000 | 100110 | 111000 | 0 | 1111 | 100000100 | 111101 | 111101 |
Color Harmonies of #875ED8
Complementary color
Monochromatic Colors of #875ED8
Black with #875ED8
Text Example
Text Example
White with #875ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ED8; }
p { color: rgb(135,94,216); }
H1.HeaderClassName
{
color: #875ED8;
}
.AnyTagClassName
{
color: #875ED8;
}
</style>
background-color css
<style>
a { background-color: #875ED8; }
a { background-color: rgb(135,94,216); }
div.DivClassName
{
background-color: #875ED8;
}
.BgClassName
{
background-color: #875ED8;
}
</style>
border-color css
<style>
span { border-color: #875ED8; }
span { border-color: rgb(135,94,216); }
td.TdClassName
{
border-color: #875ED8;
}
.TagClassName
{
border-color: #875ED8;
}
</style>