Shades of Medium Purple #8573DB
Tints of Medium Purple #8573DB
RGB
CMYK
RGB Variations
Color information
#8573DB (or 0x8573DB) is known color: Medium Purple. HEX triplet: 85, 73 and DB. RGB value is (133,115,219). Sum of RGB (Red+Green+Blue) = 133+115+219=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8573DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573DB is #7A8C24. Grayscale: #838383. Windows color (decimal): -8031269 or 14381957. OLE color: 14381957.
HSL color Cylindrical-coordinate representation of color #8573DB: hue angle of 250.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8573DB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 115 | 219 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.14 |
| HSL | 250.38º | 0.59% | 0.65% | - |
| HSV(B) | 250.38º | 0.47% | 0.86% | - |
| XYZ | 28.59 | 22.36 | 69.83 | - |
| YUV | 132.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 219 | 0.39 | 0.47 | 0 | 0.14 | 250.38 | 0.59 | 0.65 |
| Hex | 85 | 73 | DB | 27 | 2F | 0 | E | FA | 3B | 41 |
| Octal | 205 | 163 | 333 | 47 | 57 | 0 | 16 | 372 | 73 | 101 |
| Binary | 10000101 | 1110011 | 11011011 | 100111 | 101111 | 0 | 1110 | 11111010 | 111011 | 1000001 |
Color Harmonies of #8573DB
Complementary color
Monochromatic Colors of #8573DB
Black with #8573DB
Text Example
Text Example
White with #8573DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573DB; }
p { color: rgb(133,115,219); }
H1.HeaderClassName
{
color: #8573DB;
}
.AnyTagClassName
{
color: #8573DB;
}
</style>
background-color css
<style>
a { background-color: #8573DB; }
a { background-color: rgb(133,115,219); }
div.DivClassName
{
background-color: #8573DB;
}
.BgClassName
{
background-color: #8573DB;
}
</style>
border-color css
<style>
span { border-color: #8573DB; }
span { border-color: rgb(133,115,219); }
td.TdClassName
{
border-color: #8573DB;
}
.TagClassName
{
border-color: #8573DB;
}
</style>