Shades of Medium Purple #875DDB
Tints of Medium Purple #875DDB
RGB
CMYK
RGB Variations
Color information
#875DDB (or 0x875DDB) is known color: Medium Purple. HEX triplet: 87, 5D and DB. RGB value is (135,93,219). Sum of RGB (Red+Green+Blue) = 135+93+219=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #875DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DDB is #78A224. Grayscale: #777777. Windows color (decimal): -7905829 or 14376327. OLE color: 14376327.
HSL color Cylindrical-coordinate representation of color #875DDB: hue angle of 260º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875DDB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 93 | 219 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.14 |
| HSL | 260º | 0.64% | 0.61% | - |
| HSV(B) | 260º | 0.58% | 0.86% | - |
| XYZ | 26.69 | 18.09 | 69.1 | - |
| YUV | 119.92 | 183.91 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 219 | 0.38 | 0.58 | 0 | 0.14 | 260 | 0.64 | 0.61 |
| Hex | 87 | 5D | DB | 26 | 3A | 0 | E | 104 | 40 | 3D |
| Octal | 207 | 135 | 333 | 46 | 72 | 0 | 16 | 404 | 100 | 75 |
| Binary | 10000111 | 1011101 | 11011011 | 100110 | 111010 | 0 | 1110 | 100000100 | 1000000 | 111101 |
Color Harmonies of #875DDB
Complementary color
Monochromatic Colors of #875DDB
Black with #875DDB
Text Example
Text Example
White with #875DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DDB; }
p { color: rgb(135,93,219); }
H1.HeaderClassName
{
color: #875DDB;
}
.AnyTagClassName
{
color: #875DDB;
}
</style>
background-color css
<style>
a { background-color: #875DDB; }
a { background-color: rgb(135,93,219); }
div.DivClassName
{
background-color: #875DDB;
}
.BgClassName
{
background-color: #875DDB;
}
</style>
border-color css
<style>
span { border-color: #875DDB; }
span { border-color: rgb(135,93,219); }
td.TdClassName
{
border-color: #875DDB;
}
.TagClassName
{
border-color: #875DDB;
}
</style>