Shades of Medium Purple #875ADF
Tints of Medium Purple #875ADF
RGB
CMYK
RGB Variations
Color information
#875ADF (or 0x875ADF) is known color: Medium Purple. HEX triplet: 87, 5A and DF. RGB value is (135,90,223). Sum of RGB (Red+Green+Blue) = 135+90+223=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #875ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ADF is #78A520. Grayscale: #767676. Windows color (decimal): -7906593 or 14637703. OLE color: 14637703.
HSL color Cylindrical-coordinate representation of color #875ADF: hue angle of 260.3º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875ADF is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 90 | 223 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.13 |
| HSL | 260.3º | 0.68% | 0.61% | - |
| HSV(B) | 260.3º | 0.6% | 0.87% | - |
| XYZ | 26.97 | 17.79 | 71.82 | - |
| YUV | 118.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 223 | 0.39 | 0.60 | 0 | 0.13 | 260.3 | 0.68 | 0.61 |
| Hex | 87 | 5A | DF | 27 | 3C | 0 | D | 104 | 44 | 3D |
| Octal | 207 | 132 | 337 | 47 | 74 | 0 | 15 | 404 | 104 | 75 |
| Binary | 10000111 | 1011010 | 11011111 | 100111 | 111100 | 0 | 1101 | 100000100 | 1000100 | 111101 |
Color Harmonies of #875ADF
Complementary color
Monochromatic Colors of #875ADF
Black with #875ADF
Text Example
Text Example
White with #875ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ADF; }
p { color: rgb(135,90,223); }
H1.HeaderClassName
{
color: #875ADF;
}
.AnyTagClassName
{
color: #875ADF;
}
</style>
background-color css
<style>
a { background-color: #875ADF; }
a { background-color: rgb(135,90,223); }
div.DivClassName
{
background-color: #875ADF;
}
.BgClassName
{
background-color: #875ADF;
}
</style>
border-color css
<style>
span { border-color: #875ADF; }
span { border-color: rgb(135,90,223); }
td.TdClassName
{
border-color: #875ADF;
}
.TagClassName
{
border-color: #875ADF;
}
</style>