Shades of Medium Purple #8553DC
Tints of Medium Purple #8553DC
RGB
CMYK
RGB Variations
Color information
#8553DC (or 0x8553DC) is known color: Medium Purple. HEX triplet: 85, 53 and DC. RGB value is (133,83,220). Sum of RGB (Red+Green+Blue) = 133+83+220=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8553DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553DC is #7AAC23. Grayscale: #717171. Windows color (decimal): -8039460 or 14439301. OLE color: 14439301.
HSL color Cylindrical-coordinate representation of color #8553DC: hue angle of 261.9º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8553DC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 83 | 220 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.14 |
| HSL | 261.9º | 0.66% | 0.59% | - |
| HSV(B) | 261.9º | 0.62% | 0.86% | - |
| XYZ | 25.68 | 16.34 | 69.51 | - |
| YUV | 113.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 220 | 0.40 | 0.62 | 0 | 0.14 | 261.9 | 0.66 | 0.59 |
| Hex | 85 | 53 | DC | 28 | 3E | 0 | E | 106 | 42 | 3B |
| Octal | 205 | 123 | 334 | 50 | 76 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000101 | 1010011 | 11011100 | 101000 | 111110 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8553DC
Complementary color
Monochromatic Colors of #8553DC
Black with #8553DC
Text Example
Text Example
White with #8553DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553DC; }
p { color: rgb(133,83,220); }
H1.HeaderClassName
{
color: #8553DC;
}
.AnyTagClassName
{
color: #8553DC;
}
</style>
background-color css
<style>
a { background-color: #8553DC; }
a { background-color: rgb(133,83,220); }
div.DivClassName
{
background-color: #8553DC;
}
.BgClassName
{
background-color: #8553DC;
}
</style>
border-color css
<style>
span { border-color: #8553DC; }
span { border-color: rgb(133,83,220); }
td.TdClassName
{
border-color: #8553DC;
}
.TagClassName
{
border-color: #8553DC;
}
</style>