Shades of Medium Purple #8753DD
Tints of Medium Purple #8753DD
RGB
CMYK
RGB Variations
Color information
#8753DD (or 0x8753DD) is known color: Medium Purple. HEX triplet: 87, 53 and DD. RGB value is (135,83,221). Sum of RGB (Red+Green+Blue) = 135+83+221=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #8753DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8753DD is #78AC22. Grayscale: #717171. Windows color (decimal): -7908387 or 14504839. OLE color: 14504839.
HSL color Cylindrical-coordinate representation of color #8753DD: hue angle of 262.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8753DD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 83 | 221 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.13 |
| HSL | 262.61º | 0.67% | 0.6% | - |
| HSV(B) | 262.61º | 0.62% | 0.87% | - |
| XYZ | 26.14 | 16.56 | 70.23 | - |
| YUV | 114.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 221 | 0.39 | 0.62 | 0 | 0.13 | 262.61 | 0.67 | 0.6 |
| Hex | 87 | 53 | DD | 27 | 3E | 0 | D | 107 | 43 | 3C |
| Octal | 207 | 123 | 335 | 47 | 76 | 0 | 15 | 407 | 103 | 74 |
| Binary | 10000111 | 1010011 | 11011101 | 100111 | 111110 | 0 | 1101 | 100000111 | 1000011 | 111100 |
Color Harmonies of #8753DD
Complementary color
Monochromatic Colors of #8753DD
Black with #8753DD
Text Example
Text Example
White with #8753DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8753DD; }
p { color: rgb(135,83,221); }
H1.HeaderClassName
{
color: #8753DD;
}
.AnyTagClassName
{
color: #8753DD;
}
</style>
background-color css
<style>
a { background-color: #8753DD; }
a { background-color: rgb(135,83,221); }
div.DivClassName
{
background-color: #8753DD;
}
.BgClassName
{
background-color: #8753DD;
}
</style>
border-color css
<style>
span { border-color: #8753DD; }
span { border-color: rgb(135,83,221); }
td.TdClassName
{
border-color: #8753DD;
}
.TagClassName
{
border-color: #8753DD;
}
</style>