Shades of Medium Purple #8758D7
Tints of Medium Purple #8758D7
RGB
CMYK
RGB Variations
Color information
#8758D7 (or 0x8758D7) is known color: Medium Purple. HEX triplet: 87, 58 and D7. RGB value is (135,88,215). Sum of RGB (Red+Green+Blue) = 135+88+215=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #8758D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758D7 is #78A728. Grayscale: #747474. Windows color (decimal): -7907113 or 14112903. OLE color: 14112903.
HSL color Cylindrical-coordinate representation of color #8758D7: hue angle of 262.2º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8758D7 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 88 | 215 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.16 |
| HSL | 262.2º | 0.61% | 0.59% | - |
| HSV(B) | 262.2º | 0.59% | 0.84% | - |
| XYZ | 25.75 | 17.04 | 66.22 | - |
| YUV | 116.53 | 183.57 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 215 | 0.37 | 0.59 | 0 | 0.16 | 262.2 | 0.61 | 0.59 |
| Hex | 87 | 58 | D7 | 25 | 3B | 0 | 10 | 106 | 3D | 3B |
| Octal | 207 | 130 | 327 | 45 | 73 | 0 | 20 | 406 | 75 | 73 |
| Binary | 10000111 | 1011000 | 11010111 | 100101 | 111011 | 0 | 10000 | 100000110 | 111101 | 111011 |
Color Harmonies of #8758D7
Complementary color
Monochromatic Colors of #8758D7
Black with #8758D7
Text Example
Text Example
White with #8758D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758D7; }
p { color: rgb(135,88,215); }
H1.HeaderClassName
{
color: #8758D7;
}
.AnyTagClassName
{
color: #8758D7;
}
</style>
background-color css
<style>
a { background-color: #8758D7; }
a { background-color: rgb(135,88,215); }
div.DivClassName
{
background-color: #8758D7;
}
.BgClassName
{
background-color: #8758D7;
}
</style>
border-color css
<style>
span { border-color: #8758D7; }
span { border-color: rgb(135,88,215); }
td.TdClassName
{
border-color: #8758D7;
}
.TagClassName
{
border-color: #8758D7;
}
</style>