Shades of Medium Purple #875ADA
Tints of Medium Purple #875ADA
RGB
CMYK
RGB Variations
Color information
#875ADA (or 0x875ADA) is known color: Medium Purple. HEX triplet: 87, 5A and DA. RGB value is (135,90,218). Sum of RGB (Red+Green+Blue) = 135+90+218=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #875ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ADA is #78A525. Grayscale: #757575. Windows color (decimal): -7906598 or 14310023. OLE color: 14310023.
HSL color Cylindrical-coordinate representation of color #875ADA: hue angle of 261.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875ADA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 90 | 218 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.15 |
| HSL | 261.09º | 0.63% | 0.6% | - |
| HSV(B) | 261.09º | 0.59% | 0.85% | - |
| XYZ | 26.3 | 17.53 | 68.33 | - |
| YUV | 118.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 218 | 0.38 | 0.59 | 0 | 0.15 | 261.09 | 0.63 | 0.6 |
| Hex | 87 | 5A | DA | 26 | 3B | 0 | F | 105 | 3F | 3C |
| Octal | 207 | 132 | 332 | 46 | 73 | 0 | 17 | 405 | 77 | 74 |
| Binary | 10000111 | 1011010 | 11011010 | 100110 | 111011 | 0 | 1111 | 100000101 | 111111 | 111100 |
Color Harmonies of #875ADA
Complementary color
Monochromatic Colors of #875ADA
Black with #875ADA
Text Example
Text Example
White with #875ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ADA; }
p { color: rgb(135,90,218); }
H1.HeaderClassName
{
color: #875ADA;
}
.AnyTagClassName
{
color: #875ADA;
}
</style>
background-color css
<style>
a { background-color: #875ADA; }
a { background-color: rgb(135,90,218); }
div.DivClassName
{
background-color: #875ADA;
}
.BgClassName
{
background-color: #875ADA;
}
</style>
border-color css
<style>
span { border-color: #875ADA; }
span { border-color: rgb(135,90,218); }
td.TdClassName
{
border-color: #875ADA;
}
.TagClassName
{
border-color: #875ADA;
}
</style>