Shades of Medium Purple #8758DB
Tints of Medium Purple #8758DB
RGB
CMYK
RGB Variations
Color information
#8758DB (or 0x8758DB) is known color: Medium Purple. HEX triplet: 87, 58 and DB. RGB value is (135,88,219). Sum of RGB (Red+Green+Blue) = 135+88+219=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #8758DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758DB is #78A724. Grayscale: #747474. Windows color (decimal): -7907109 or 14375047. OLE color: 14375047.
HSL color Cylindrical-coordinate representation of color #8758DB: hue angle of 261.53º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8758DB is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 88 | 219 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.14 |
| HSL | 261.53º | 0.65% | 0.6% | - |
| HSV(B) | 261.53º | 0.6% | 0.86% | - |
| XYZ | 26.27 | 17.24 | 68.96 | - |
| YUV | 116.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 219 | 0.38 | 0.60 | 0 | 0.14 | 261.53 | 0.65 | 0.6 |
| Hex | 87 | 58 | DB | 26 | 3C | 0 | E | 106 | 41 | 3C |
| Octal | 207 | 130 | 333 | 46 | 74 | 0 | 16 | 406 | 101 | 74 |
| Binary | 10000111 | 1011000 | 11011011 | 100110 | 111100 | 0 | 1110 | 100000110 | 1000001 | 111100 |
Color Harmonies of #8758DB
Complementary color
Monochromatic Colors of #8758DB
Black with #8758DB
Text Example
Text Example
White with #8758DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758DB; }
p { color: rgb(135,88,219); }
H1.HeaderClassName
{
color: #8758DB;
}
.AnyTagClassName
{
color: #8758DB;
}
</style>
background-color css
<style>
a { background-color: #8758DB; }
a { background-color: rgb(135,88,219); }
div.DivClassName
{
background-color: #8758DB;
}
.BgClassName
{
background-color: #8758DB;
}
</style>
border-color css
<style>
span { border-color: #8758DB; }
span { border-color: rgb(135,88,219); }
td.TdClassName
{
border-color: #8758DB;
}
.TagClassName
{
border-color: #8758DB;
}
</style>