Shades of Medium Purple #8571DC
Tints of Medium Purple #8571DC
RGB
CMYK
RGB Variations
Color information
#8571DC (or 0x8571DC) is known color: Medium Purple. HEX triplet: 85, 71 and DC. RGB value is (133,113,220). Sum of RGB (Red+Green+Blue) = 133+113+220=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #8571DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571DC is #7A8E23. Grayscale: #828282. Windows color (decimal): -8031780 or 14446981. OLE color: 14446981.
HSL color Cylindrical-coordinate representation of color #8571DC: hue angle of 251.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8571DC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 113 | 220 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.14 |
| HSL | 251.22º | 0.6% | 0.65% | - |
| HSV(B) | 251.22º | 0.49% | 0.86% | - |
| XYZ | 28.5 | 21.96 | 70.45 | - |
| YUV | 131.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 220 | 0.40 | 0.49 | 0 | 0.14 | 251.22 | 0.6 | 0.65 |
| Hex | 85 | 71 | DC | 28 | 31 | 0 | E | FB | 3C | 41 |
| Octal | 205 | 161 | 334 | 50 | 61 | 0 | 16 | 373 | 74 | 101 |
| Binary | 10000101 | 1110001 | 11011100 | 101000 | 110001 | 0 | 1110 | 11111011 | 111100 | 1000001 |
Color Harmonies of #8571DC
Complementary color
Monochromatic Colors of #8571DC
Black with #8571DC
Text Example
Text Example
White with #8571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8571DC; }
p { color: rgb(133,113,220); }
H1.HeaderClassName
{
color: #8571DC;
}
.AnyTagClassName
{
color: #8571DC;
}
</style>
background-color css
<style>
a { background-color: #8571DC; }
a { background-color: rgb(133,113,220); }
div.DivClassName
{
background-color: #8571DC;
}
.BgClassName
{
background-color: #8571DC;
}
</style>
border-color css
<style>
span { border-color: #8571DC; }
span { border-color: rgb(133,113,220); }
td.TdClassName
{
border-color: #8571DC;
}
.TagClassName
{
border-color: #8571DC;
}
</style>