Shades of Medium Purple #875FDB
Tints of Medium Purple #875FDB
RGB
CMYK
RGB Variations
Color information
#875FDB (or 0x875FDB) is known color: Medium Purple. HEX triplet: 87, 5F and DB. RGB value is (135,95,219). Sum of RGB (Red+Green+Blue) = 135+95+219=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #875FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FDB is #78A024. Grayscale: #787878. Windows color (decimal): -7905317 or 14376839. OLE color: 14376839.
HSL color Cylindrical-coordinate representation of color #875FDB: hue angle of 259.35º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875FDB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 95 | 219 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.14 |
| HSL | 259.35º | 0.63% | 0.62% | - |
| HSV(B) | 259.35º | 0.57% | 0.86% | - |
| XYZ | 26.87 | 18.45 | 69.16 | - |
| YUV | 121.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 219 | 0.38 | 0.57 | 0 | 0.14 | 259.35 | 0.63 | 0.62 |
| Hex | 87 | 5F | DB | 26 | 39 | 0 | E | 103 | 3F | 3E |
| Octal | 207 | 137 | 333 | 46 | 71 | 0 | 16 | 403 | 77 | 76 |
| Binary | 10000111 | 1011111 | 11011011 | 100110 | 111001 | 0 | 1110 | 100000011 | 111111 | 111110 |
Color Harmonies of #875FDB
Complementary color
Monochromatic Colors of #875FDB
Black with #875FDB
Text Example
Text Example
White with #875FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FDB; }
p { color: rgb(135,95,219); }
H1.HeaderClassName
{
color: #875FDB;
}
.AnyTagClassName
{
color: #875FDB;
}
</style>
background-color css
<style>
a { background-color: #875FDB; }
a { background-color: rgb(135,95,219); }
div.DivClassName
{
background-color: #875FDB;
}
.BgClassName
{
background-color: #875FDB;
}
</style>
border-color css
<style>
span { border-color: #875FDB; }
span { border-color: rgb(135,95,219); }
td.TdClassName
{
border-color: #875FDB;
}
.TagClassName
{
border-color: #875FDB;
}
</style>