Shades of Medium Purple #8759D8
Tints of Medium Purple #8759D8
RGB
CMYK
RGB Variations
Color information
#8759D8 (or 0x8759D8) is known color: Medium Purple. HEX triplet: 87, 59 and D8. RGB value is (135,89,216). Sum of RGB (Red+Green+Blue) = 135+89+216=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #8759D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8759D8 is #78A627. Grayscale: #747474. Windows color (decimal): -7906856 or 14178695. OLE color: 14178695.
HSL color Cylindrical-coordinate representation of color #8759D8: hue angle of 261.73º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8759D8 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 89 | 216 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.15 |
| HSL | 261.73º | 0.62% | 0.6% | - |
| HSV(B) | 261.73º | 0.59% | 0.85% | - |
| XYZ | 25.96 | 17.25 | 66.93 | - |
| YUV | 117.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 216 | 0.38 | 0.59 | 0 | 0.15 | 261.73 | 0.62 | 0.6 |
| Hex | 87 | 59 | D8 | 26 | 3B | 0 | F | 106 | 3E | 3C |
| Octal | 207 | 131 | 330 | 46 | 73 | 0 | 17 | 406 | 76 | 74 |
| Binary | 10000111 | 1011001 | 11011000 | 100110 | 111011 | 0 | 1111 | 100000110 | 111110 | 111100 |
Color Harmonies of #8759D8
Complementary color
Monochromatic Colors of #8759D8
Black with #8759D8
Text Example
Text Example
White with #8759D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759D8; }
p { color: rgb(135,89,216); }
H1.HeaderClassName
{
color: #8759D8;
}
.AnyTagClassName
{
color: #8759D8;
}
</style>
background-color css
<style>
a { background-color: #8759D8; }
a { background-color: rgb(135,89,216); }
div.DivClassName
{
background-color: #8759D8;
}
.BgClassName
{
background-color: #8759D8;
}
</style>
border-color css
<style>
span { border-color: #8759D8; }
span { border-color: rgb(135,89,216); }
td.TdClassName
{
border-color: #8759D8;
}
.TagClassName
{
border-color: #8759D8;
}
</style>