Shades of Medium Purple #8552DC
Tints of Medium Purple #8552DC
RGB
CMYK
RGB Variations
Color information
#8552DC (or 0x8552DC) is known color: Medium Purple. HEX triplet: 85, 52 and DC. RGB value is (133,82,220). Sum of RGB (Red+Green+Blue) = 133+82+220=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #8552DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552DC is #7AAD23. Grayscale: #707070. Windows color (decimal): -8039716 or 14439045. OLE color: 14439045.
HSL color Cylindrical-coordinate representation of color #8552DC: hue angle of 262.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8552DC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 82 | 220 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.14 |
| HSL | 262.17º | 0.66% | 0.59% | - |
| HSV(B) | 262.17º | 0.63% | 0.86% | - |
| XYZ | 25.61 | 16.19 | 69.49 | - |
| YUV | 112.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 220 | 0.40 | 0.63 | 0 | 0.14 | 262.17 | 0.66 | 0.59 |
| Hex | 85 | 52 | DC | 28 | 3F | 0 | E | 106 | 42 | 3B |
| Octal | 205 | 122 | 334 | 50 | 77 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000101 | 1010010 | 11011100 | 101000 | 111111 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8552DC
Complementary color
Monochromatic Colors of #8552DC
Black with #8552DC
Text Example
Text Example
White with #8552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552DC; }
p { color: rgb(133,82,220); }
H1.HeaderClassName
{
color: #8552DC;
}
.AnyTagClassName
{
color: #8552DC;
}
</style>
background-color css
<style>
a { background-color: #8552DC; }
a { background-color: rgb(133,82,220); }
div.DivClassName
{
background-color: #8552DC;
}
.BgClassName
{
background-color: #8552DC;
}
</style>
border-color css
<style>
span { border-color: #8552DC; }
span { border-color: rgb(133,82,220); }
td.TdClassName
{
border-color: #8552DC;
}
.TagClassName
{
border-color: #8552DC;
}
</style>