Shades of Medium Purple #875CDA
Tints of Medium Purple #875CDA
RGB
CMYK
RGB Variations
Color information
#875CDA (or 0x875CDA) is known color: Medium Purple. HEX triplet: 87, 5C and DA. RGB value is (135,92,218). Sum of RGB (Red+Green+Blue) = 135+92+218=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #875CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDA is #78A325. Grayscale: #767676. Windows color (decimal): -7906086 or 14310535. OLE color: 14310535.
HSL color Cylindrical-coordinate representation of color #875CDA: hue angle of 260.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875CDA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 92 | 218 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.15 |
| HSL | 260.48º | 0.63% | 0.61% | - |
| HSV(B) | 260.48º | 0.58% | 0.85% | - |
| XYZ | 26.47 | 17.87 | 68.38 | - |
| YUV | 119.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 218 | 0.38 | 0.58 | 0 | 0.15 | 260.48 | 0.63 | 0.61 |
| Hex | 87 | 5C | DA | 26 | 3A | 0 | F | 104 | 3F | 3D |
| Octal | 207 | 134 | 332 | 46 | 72 | 0 | 17 | 404 | 77 | 75 |
| Binary | 10000111 | 1011100 | 11011010 | 100110 | 111010 | 0 | 1111 | 100000100 | 111111 | 111101 |
Color Harmonies of #875CDA
Complementary color
Monochromatic Colors of #875CDA
Black with #875CDA
Text Example
Text Example
White with #875CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CDA; }
p { color: rgb(135,92,218); }
H1.HeaderClassName
{
color: #875CDA;
}
.AnyTagClassName
{
color: #875CDA;
}
</style>
background-color css
<style>
a { background-color: #875CDA; }
a { background-color: rgb(135,92,218); }
div.DivClassName
{
background-color: #875CDA;
}
.BgClassName
{
background-color: #875CDA;
}
</style>
border-color css
<style>
span { border-color: #875CDA; }
span { border-color: rgb(135,92,218); }
td.TdClassName
{
border-color: #875CDA;
}
.TagClassName
{
border-color: #875CDA;
}
</style>