Shades of Medium Purple #875ADB
Tints of Medium Purple #875ADB
RGB
CMYK
RGB Variations
Color information
#875ADB (or 0x875ADB) is known color: Medium Purple. HEX triplet: 87, 5A and DB. RGB value is (135,90,219). Sum of RGB (Red+Green+Blue) = 135+90+219=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #875ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ADB is #78A524. Grayscale: #757575. Windows color (decimal): -7906597 or 14375559. OLE color: 14375559.
HSL color Cylindrical-coordinate representation of color #875ADB: hue angle of 260.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875ADB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 90 | 219 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.14 |
| HSL | 260.93º | 0.64% | 0.61% | - |
| HSV(B) | 260.93º | 0.59% | 0.86% | - |
| XYZ | 26.43 | 17.58 | 69.02 | - |
| YUV | 118.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 219 | 0.38 | 0.59 | 0 | 0.14 | 260.93 | 0.64 | 0.61 |
| Hex | 87 | 5A | DB | 26 | 3B | 0 | E | 105 | 40 | 3D |
| Octal | 207 | 132 | 333 | 46 | 73 | 0 | 16 | 405 | 100 | 75 |
| Binary | 10000111 | 1011010 | 11011011 | 100110 | 111011 | 0 | 1110 | 100000101 | 1000000 | 111101 |
Color Harmonies of #875ADB
Complementary color
Monochromatic Colors of #875ADB
Black with #875ADB
Text Example
Text Example
White with #875ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ADB; }
p { color: rgb(135,90,219); }
H1.HeaderClassName
{
color: #875ADB;
}
.AnyTagClassName
{
color: #875ADB;
}
</style>
background-color css
<style>
a { background-color: #875ADB; }
a { background-color: rgb(135,90,219); }
div.DivClassName
{
background-color: #875ADB;
}
.BgClassName
{
background-color: #875ADB;
}
</style>
border-color css
<style>
span { border-color: #875ADB; }
span { border-color: rgb(135,90,219); }
td.TdClassName
{
border-color: #875ADB;
}
.TagClassName
{
border-color: #875ADB;
}
</style>