Shades of Medium Purple #875DD8
Tints of Medium Purple #875DD8
RGB
CMYK
RGB Variations
Color information
#875DD8 (or 0x875DD8) is known color: Medium Purple. HEX triplet: 87, 5D and D8. RGB value is (135,93,216). Sum of RGB (Red+Green+Blue) = 135+93+216=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #875DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DD8 is #78A227. Grayscale: #777777. Windows color (decimal): -7905832 or 14179719. OLE color: 14179719.
HSL color Cylindrical-coordinate representation of color #875DD8: hue angle of 260.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875DD8 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 93 | 216 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.15 |
| HSL | 260.49º | 0.61% | 0.61% | - |
| HSV(B) | 260.49º | 0.57% | 0.85% | - |
| XYZ | 26.3 | 17.94 | 67.04 | - |
| YUV | 119.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 216 | 0.38 | 0.57 | 0 | 0.15 | 260.49 | 0.61 | 0.61 |
| Hex | 87 | 5D | D8 | 26 | 39 | 0 | F | 104 | 3D | 3D |
| Octal | 207 | 135 | 330 | 46 | 71 | 0 | 17 | 404 | 75 | 75 |
| Binary | 10000111 | 1011101 | 11011000 | 100110 | 111001 | 0 | 1111 | 100000100 | 111101 | 111101 |
Color Harmonies of #875DD8
Complementary color
Monochromatic Colors of #875DD8
Black with #875DD8
Text Example
Text Example
White with #875DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DD8; }
p { color: rgb(135,93,216); }
H1.HeaderClassName
{
color: #875DD8;
}
.AnyTagClassName
{
color: #875DD8;
}
</style>
background-color css
<style>
a { background-color: #875DD8; }
a { background-color: rgb(135,93,216); }
div.DivClassName
{
background-color: #875DD8;
}
.BgClassName
{
background-color: #875DD8;
}
</style>
border-color css
<style>
span { border-color: #875DD8; }
span { border-color: rgb(135,93,216); }
td.TdClassName
{
border-color: #875DD8;
}
.TagClassName
{
border-color: #875DD8;
}
</style>