Shades of Medium Purple #8875DB
Tints of Medium Purple #8875DB
RGB
CMYK
RGB Variations
Color information
#8875DB (or 0x8875DB) is known color: Medium Purple. HEX triplet: 88, 75 and DB. RGB value is (136,117,219). Sum of RGB (Red+Green+Blue) = 136+117+219=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #8875DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875DB is #778A24. Grayscale: #858585. Windows color (decimal): -7834149 or 14382472. OLE color: 14382472.
HSL color Cylindrical-coordinate representation of color #8875DB: hue angle of 251.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8875DB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 117 | 219 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.14 |
| HSL | 251.18º | 0.59% | 0.66% | - |
| HSV(B) | 251.18º | 0.47% | 0.86% | - |
| XYZ | 29.3 | 23.07 | 69.93 | - |
| YUV | 134.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 219 | 0.38 | 0.47 | 0 | 0.14 | 251.18 | 0.59 | 0.66 |
| Hex | 88 | 75 | DB | 26 | 2F | 0 | E | FB | 3B | 42 |
| Octal | 210 | 165 | 333 | 46 | 57 | 0 | 16 | 373 | 73 | 102 |
| Binary | 10001000 | 1110101 | 11011011 | 100110 | 101111 | 0 | 1110 | 11111011 | 111011 | 1000010 |
Color Harmonies of #8875DB
Complementary color
Monochromatic Colors of #8875DB
Black with #8875DB
Text Example
Text Example
White with #8875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8875DB; }
p { color: rgb(136,117,219); }
H1.HeaderClassName
{
color: #8875DB;
}
.AnyTagClassName
{
color: #8875DB;
}
</style>
background-color css
<style>
a { background-color: #8875DB; }
a { background-color: rgb(136,117,219); }
div.DivClassName
{
background-color: #8875DB;
}
.BgClassName
{
background-color: #8875DB;
}
</style>
border-color css
<style>
span { border-color: #8875DB; }
span { border-color: rgb(136,117,219); }
td.TdClassName
{
border-color: #8875DB;
}
.TagClassName
{
border-color: #8875DB;
}
</style>