Shades of Medium Purple #875CDB
Tints of Medium Purple #875CDB
RGB
CMYK
RGB Variations
Color information
#875CDB (or 0x875CDB) is known color: Medium Purple. HEX triplet: 87, 5C and DB. RGB value is (135,92,219). Sum of RGB (Red+Green+Blue) = 135+92+219=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #875CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDB is #78A324. Grayscale: #767676. Windows color (decimal): -7906085 or 14376071. OLE color: 14376071.
HSL color Cylindrical-coordinate representation of color #875CDB: hue angle of 260.31º 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 #875CDB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 92 | 219 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.14 |
| HSL | 260.31º | 0.64% | 0.61% | - |
| HSV(B) | 260.31º | 0.58% | 0.86% | - |
| XYZ | 26.61 | 17.92 | 69.07 | - |
| YUV | 119.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 219 | 0.38 | 0.58 | 0 | 0.14 | 260.31 | 0.64 | 0.61 |
| Hex | 87 | 5C | DB | 26 | 3A | 0 | E | 104 | 40 | 3D |
| Octal | 207 | 134 | 333 | 46 | 72 | 0 | 16 | 404 | 100 | 75 |
| Binary | 10000111 | 1011100 | 11011011 | 100110 | 111010 | 0 | 1110 | 100000100 | 1000000 | 111101 |
Color Harmonies of #875CDB
Complementary color
Monochromatic Colors of #875CDB
Black with #875CDB
Text Example
Text Example
White with #875CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CDB; }
p { color: rgb(135,92,219); }
H1.HeaderClassName
{
color: #875CDB;
}
.AnyTagClassName
{
color: #875CDB;
}
</style>
background-color css
<style>
a { background-color: #875CDB; }
a { background-color: rgb(135,92,219); }
div.DivClassName
{
background-color: #875CDB;
}
.BgClassName
{
background-color: #875CDB;
}
</style>
border-color css
<style>
span { border-color: #875CDB; }
span { border-color: rgb(135,92,219); }
td.TdClassName
{
border-color: #875CDB;
}
.TagClassName
{
border-color: #875CDB;
}
</style>