Shades of Medium Purple #875FDD
Tints of Medium Purple #875FDD
RGB
CMYK
RGB Variations
Color information
#875FDD (or 0x875FDD) is known color: Medium Purple. HEX triplet: 87, 5F and DD. RGB value is (135,95,221). Sum of RGB (Red+Green+Blue) = 135+95+221=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #875FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDD is #78A022. Grayscale: #787878. Windows color (decimal): -7905315 or 14507911. OLE color: 14507911.
HSL color Cylindrical-coordinate representation of color #875FDD: hue angle of 259.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875FDD is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 95 | 221 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.13 |
| HSL | 259.05º | 0.65% | 0.62% | - |
| HSV(B) | 259.05º | 0.57% | 0.87% | - |
| XYZ | 27.14 | 18.56 | 70.56 | - |
| YUV | 121.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 221 | 0.39 | 0.57 | 0 | 0.13 | 259.05 | 0.65 | 0.62 |
| Hex | 87 | 5F | DD | 27 | 39 | 0 | D | 103 | 41 | 3E |
| Octal | 207 | 137 | 335 | 47 | 71 | 0 | 15 | 403 | 101 | 76 |
| Binary | 10000111 | 1011111 | 11011101 | 100111 | 111001 | 0 | 1101 | 100000011 | 1000001 | 111110 |
Color Harmonies of #875FDD
Complementary color
Monochromatic Colors of #875FDD
Black with #875FDD
Text Example
Text Example
White with #875FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FDD; }
p { color: rgb(135,95,221); }
H1.HeaderClassName
{
color: #875FDD;
}
.AnyTagClassName
{
color: #875FDD;
}
</style>
background-color css
<style>
a { background-color: #875FDD; }
a { background-color: rgb(135,95,221); }
div.DivClassName
{
background-color: #875FDD;
}
.BgClassName
{
background-color: #875FDD;
}
</style>
border-color css
<style>
span { border-color: #875FDD; }
span { border-color: rgb(135,95,221); }
td.TdClassName
{
border-color: #875FDD;
}
.TagClassName
{
border-color: #875FDD;
}
</style>