Shades of Medium Purple #875DDD
Tints of Medium Purple #875DDD
RGB
CMYK
RGB Variations
Color information
#875DDD (or 0x875DDD) is known color: Medium Purple. HEX triplet: 87, 5D and DD. RGB value is (135,93,221). Sum of RGB (Red+Green+Blue) = 135+93+221=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #875DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DDD is #78A222. Grayscale: #777777. Windows color (decimal): -7905827 or 14507399. OLE color: 14507399.
HSL color Cylindrical-coordinate representation of color #875DDD: hue angle of 259.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875DDD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 93 | 221 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.13 |
| HSL | 259.69º | 0.65% | 0.62% | - |
| HSV(B) | 259.69º | 0.58% | 0.87% | - |
| XYZ | 26.96 | 18.2 | 70.5 | - |
| YUV | 120.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 221 | 0.39 | 0.58 | 0 | 0.13 | 259.69 | 0.65 | 0.62 |
| Hex | 87 | 5D | DD | 27 | 3A | 0 | D | 104 | 41 | 3E |
| Octal | 207 | 135 | 335 | 47 | 72 | 0 | 15 | 404 | 101 | 76 |
| Binary | 10000111 | 1011101 | 11011101 | 100111 | 111010 | 0 | 1101 | 100000100 | 1000001 | 111110 |
Color Harmonies of #875DDD
Complementary color
Monochromatic Colors of #875DDD
Black with #875DDD
Text Example
Text Example
White with #875DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DDD; }
p { color: rgb(135,93,221); }
H1.HeaderClassName
{
color: #875DDD;
}
.AnyTagClassName
{
color: #875DDD;
}
</style>
background-color css
<style>
a { background-color: #875DDD; }
a { background-color: rgb(135,93,221); }
div.DivClassName
{
background-color: #875DDD;
}
.BgClassName
{
background-color: #875DDD;
}
</style>
border-color css
<style>
span { border-color: #875DDD; }
span { border-color: rgb(135,93,221); }
td.TdClassName
{
border-color: #875DDD;
}
.TagClassName
{
border-color: #875DDD;
}
</style>