Shades of Medium Purple #875BDE
Tints of Medium Purple #875BDE
RGB
CMYK
RGB Variations
Color information
#875BDE (or 0x875BDE) is known color: Medium Purple. HEX triplet: 87, 5B and DE. RGB value is (135,91,222). Sum of RGB (Red+Green+Blue) = 135+91+222=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #875BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BDE is #78A421. Grayscale: #767676. Windows color (decimal): -7906338 or 14572423. OLE color: 14572423.
HSL color Cylindrical-coordinate representation of color #875BDE: hue angle of 260.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875BDE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 91 | 222 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 260.15º | 0.66% | 0.61% | - |
| HSV(B) | 260.15º | 0.59% | 0.87% | - |
| XYZ | 26.92 | 17.91 | 71.14 | - |
| YUV | 119.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 222 | 0.39 | 0.59 | 0 | 0.13 | 260.15 | 0.66 | 0.61 |
| Hex | 87 | 5B | DE | 27 | 3B | 0 | D | 104 | 42 | 3D |
| Octal | 207 | 133 | 336 | 47 | 73 | 0 | 15 | 404 | 102 | 75 |
| Binary | 10000111 | 1011011 | 11011110 | 100111 | 111011 | 0 | 1101 | 100000100 | 1000010 | 111101 |
Color Harmonies of #875BDE
Complementary color
Monochromatic Colors of #875BDE
Black with #875BDE
Text Example
Text Example
White with #875BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BDE; }
p { color: rgb(135,91,222); }
H1.HeaderClassName
{
color: #875BDE;
}
.AnyTagClassName
{
color: #875BDE;
}
</style>
background-color css
<style>
a { background-color: #875BDE; }
a { background-color: rgb(135,91,222); }
div.DivClassName
{
background-color: #875BDE;
}
.BgClassName
{
background-color: #875BDE;
}
</style>
border-color css
<style>
span { border-color: #875BDE; }
span { border-color: rgb(135,91,222); }
td.TdClassName
{
border-color: #875BDE;
}
.TagClassName
{
border-color: #875BDE;
}
</style>