Shades of Medium Purple #8752DF
Tints of Medium Purple #8752DF
RGB
CMYK
RGB Variations
Color information
#8752DF (or 0x8752DF) is known color: Medium Purple. HEX triplet: 87, 52 and DF. RGB value is (135,82,223). Sum of RGB (Red+Green+Blue) = 135+82+223=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8752DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752DF is #78AD20. Grayscale: #717171. Windows color (decimal): -7908641 or 14635655. OLE color: 14635655.
HSL color Cylindrical-coordinate representation of color #8752DF: hue angle of 262.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8752DF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 82 | 223 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.13 |
| HSL | 262.55º | 0.69% | 0.6% | - |
| HSV(B) | 262.55º | 0.63% | 0.87% | - |
| XYZ | 26.33 | 16.51 | 71.61 | - |
| YUV | 113.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 223 | 0.39 | 0.63 | 0 | 0.13 | 262.55 | 0.69 | 0.6 |
| Hex | 87 | 52 | DF | 27 | 3F | 0 | D | 107 | 45 | 3C |
| Octal | 207 | 122 | 337 | 47 | 77 | 0 | 15 | 407 | 105 | 74 |
| Binary | 10000111 | 1010010 | 11011111 | 100111 | 111111 | 0 | 1101 | 100000111 | 1000101 | 111100 |
Color Harmonies of #8752DF
Complementary color
Monochromatic Colors of #8752DF
Black with #8752DF
Text Example
Text Example
White with #8752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752DF; }
p { color: rgb(135,82,223); }
H1.HeaderClassName
{
color: #8752DF;
}
.AnyTagClassName
{
color: #8752DF;
}
</style>
background-color css
<style>
a { background-color: #8752DF; }
a { background-color: rgb(135,82,223); }
div.DivClassName
{
background-color: #8752DF;
}
.BgClassName
{
background-color: #8752DF;
}
</style>
border-color css
<style>
span { border-color: #8752DF; }
span { border-color: rgb(135,82,223); }
td.TdClassName
{
border-color: #8752DF;
}
.TagClassName
{
border-color: #8752DF;
}
</style>