Shades of Medium Purple #875CDE
Tints of Medium Purple #875CDE
RGB
CMYK
RGB Variations
Color information
#875CDE (or 0x875CDE) is known color: Medium Purple. HEX triplet: 87, 5C and DE. RGB value is (135,92,222). Sum of RGB (Red+Green+Blue) = 135+92+222=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #875CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDE is #78A321. Grayscale: #777777. Windows color (decimal): -7906082 or 14572679. OLE color: 14572679.
HSL color Cylindrical-coordinate representation of color #875CDE: hue angle of 259.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875CDE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 92 | 222 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 259.85º | 0.66% | 0.62% | - |
| HSV(B) | 259.85º | 0.59% | 0.87% | - |
| XYZ | 27 | 18.08 | 71.17 | - |
| YUV | 119.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 222 | 0.39 | 0.59 | 0 | 0.13 | 259.85 | 0.66 | 0.62 |
| Hex | 87 | 5C | DE | 27 | 3B | 0 | D | 104 | 42 | 3E |
| Octal | 207 | 134 | 336 | 47 | 73 | 0 | 15 | 404 | 102 | 76 |
| Binary | 10000111 | 1011100 | 11011110 | 100111 | 111011 | 0 | 1101 | 100000100 | 1000010 | 111110 |
Color Harmonies of #875CDE
Complementary color
Monochromatic Colors of #875CDE
Black with #875CDE
Text Example
Text Example
White with #875CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CDE; }
p { color: rgb(135,92,222); }
H1.HeaderClassName
{
color: #875CDE;
}
.AnyTagClassName
{
color: #875CDE;
}
</style>
background-color css
<style>
a { background-color: #875CDE; }
a { background-color: rgb(135,92,222); }
div.DivClassName
{
background-color: #875CDE;
}
.BgClassName
{
background-color: #875CDE;
}
</style>
border-color css
<style>
span { border-color: #875CDE; }
span { border-color: rgb(135,92,222); }
td.TdClassName
{
border-color: #875CDE;
}
.TagClassName
{
border-color: #875CDE;
}
</style>