Shades of Medium Purple #8552DD
Tints of Medium Purple #8552DD
RGB
CMYK
RGB Variations
Color information
#8552DD (or 0x8552DD) is known color: Medium Purple. HEX triplet: 85, 52 and DD. RGB value is (133,82,221). Sum of RGB (Red+Green+Blue) = 133+82+221=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #8552DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552DD is #7AAD22. Grayscale: #707070. Windows color (decimal): -8039715 or 14504581. OLE color: 14504581.
HSL color Cylindrical-coordinate representation of color #8552DD: hue angle of 262.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8552DD is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 82 | 221 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.13 |
| HSL | 262.01º | 0.67% | 0.59% | - |
| HSV(B) | 262.01º | 0.63% | 0.87% | - |
| XYZ | 25.74 | 16.24 | 70.18 | - |
| YUV | 113.1 | 188.9 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 221 | 0.40 | 0.63 | 0 | 0.13 | 262.01 | 0.67 | 0.59 |
| Hex | 85 | 52 | DD | 28 | 3F | 0 | D | 106 | 43 | 3B |
| Octal | 205 | 122 | 335 | 50 | 77 | 0 | 15 | 406 | 103 | 73 |
| Binary | 10000101 | 1010010 | 11011101 | 101000 | 111111 | 0 | 1101 | 100000110 | 1000011 | 111011 |
Color Harmonies of #8552DD
Complementary color
Monochromatic Colors of #8552DD
Black with #8552DD
Text Example
Text Example
White with #8552DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552DD; }
p { color: rgb(133,82,221); }
H1.HeaderClassName
{
color: #8552DD;
}
.AnyTagClassName
{
color: #8552DD;
}
</style>
background-color css
<style>
a { background-color: #8552DD; }
a { background-color: rgb(133,82,221); }
div.DivClassName
{
background-color: #8552DD;
}
.BgClassName
{
background-color: #8552DD;
}
</style>
border-color css
<style>
span { border-color: #8552DD; }
span { border-color: rgb(133,82,221); }
td.TdClassName
{
border-color: #8552DD;
}
.TagClassName
{
border-color: #8552DD;
}
</style>