Shades of Medium Purple #8573DC
Tints of Medium Purple #8573DC
RGB
CMYK
RGB Variations
Color information
#8573DC (or 0x8573DC) is known color: Medium Purple. HEX triplet: 85, 73 and DC. RGB value is (133,115,220). Sum of RGB (Red+Green+Blue) = 133+115+220=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8573DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573DC is #7A8C23. Grayscale: #838383. Windows color (decimal): -8031268 or 14447493. OLE color: 14447493.
HSL color Cylindrical-coordinate representation of color #8573DC: hue angle of 250.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8573DC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 115 | 220 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.14 |
| HSL | 250.29º | 0.6% | 0.66% | - |
| HSV(B) | 250.29º | 0.48% | 0.86% | - |
| XYZ | 28.72 | 22.42 | 70.52 | - |
| YUV | 132.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 220 | 0.40 | 0.48 | 0 | 0.14 | 250.29 | 0.6 | 0.66 |
| Hex | 85 | 73 | DC | 28 | 30 | 0 | E | FA | 3C | 42 |
| Octal | 205 | 163 | 334 | 50 | 60 | 0 | 16 | 372 | 74 | 102 |
| Binary | 10000101 | 1110011 | 11011100 | 101000 | 110000 | 0 | 1110 | 11111010 | 111100 | 1000010 |
Color Harmonies of #8573DC
Complementary color
Monochromatic Colors of #8573DC
Black with #8573DC
Text Example
Text Example
White with #8573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573DC; }
p { color: rgb(133,115,220); }
H1.HeaderClassName
{
color: #8573DC;
}
.AnyTagClassName
{
color: #8573DC;
}
</style>
background-color css
<style>
a { background-color: #8573DC; }
a { background-color: rgb(133,115,220); }
div.DivClassName
{
background-color: #8573DC;
}
.BgClassName
{
background-color: #8573DC;
}
</style>
border-color css
<style>
span { border-color: #8573DC; }
span { border-color: rgb(133,115,220); }
td.TdClassName
{
border-color: #8573DC;
}
.TagClassName
{
border-color: #8573DC;
}
</style>