Shades of Medium Purple #8553DB
Tints of Medium Purple #8553DB
RGB
CMYK
RGB Variations
Color information
#8553DB (or 0x8553DB) is known color: Medium Purple. HEX triplet: 85, 53 and DB. RGB value is (133,83,219). Sum of RGB (Red+Green+Blue) = 133+83+219=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8553DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553DB is #7AAC24. Grayscale: #707070. Windows color (decimal): -8039461 or 14373765. OLE color: 14373765.
HSL color Cylindrical-coordinate representation of color #8553DB: hue angle of 262.06º degrees, saturation: 0.65, 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 #8553DB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 83 | 219 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.14 |
| HSL | 262.06º | 0.65% | 0.59% | - |
| HSV(B) | 262.06º | 0.62% | 0.86% | - |
| XYZ | 25.55 | 16.29 | 68.81 | - |
| YUV | 113.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 219 | 0.39 | 0.62 | 0 | 0.14 | 262.06 | 0.65 | 0.59 |
| Hex | 85 | 53 | DB | 27 | 3E | 0 | E | 106 | 41 | 3B |
| Octal | 205 | 123 | 333 | 47 | 76 | 0 | 16 | 406 | 101 | 73 |
| Binary | 10000101 | 1010011 | 11011011 | 100111 | 111110 | 0 | 1110 | 100000110 | 1000001 | 111011 |
Color Harmonies of #8553DB
Complementary color
Monochromatic Colors of #8553DB
Black with #8553DB
Text Example
Text Example
White with #8553DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553DB; }
p { color: rgb(133,83,219); }
H1.HeaderClassName
{
color: #8553DB;
}
.AnyTagClassName
{
color: #8553DB;
}
</style>
background-color css
<style>
a { background-color: #8553DB; }
a { background-color: rgb(133,83,219); }
div.DivClassName
{
background-color: #8553DB;
}
.BgClassName
{
background-color: #8553DB;
}
</style>
border-color css
<style>
span { border-color: #8553DB; }
span { border-color: rgb(133,83,219); }
td.TdClassName
{
border-color: #8553DB;
}
.TagClassName
{
border-color: #8553DB;
}
</style>