Shades of Medium Purple #8857DC
Tints of Medium Purple #8857DC
RGB
CMYK
RGB Variations
Color information
#8857DC (or 0x8857DC) is known color: Medium Purple. HEX triplet: 88, 57 and DC. RGB value is (136,87,220). Sum of RGB (Red+Green+Blue) = 136+87+220=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #8857DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8857DC is #77A823. Grayscale: #747474. Windows color (decimal): -7841828 or 14440328. OLE color: 14440328.
HSL color Cylindrical-coordinate representation of color #8857DC: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8857DC is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 87 | 220 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.14 |
| HSL | 262.11º | 0.66% | 0.6% | - |
| HSV(B) | 262.11º | 0.6% | 0.86% | - |
| XYZ | 26.48 | 17.22 | 69.64 | - |
| YUV | 116.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 220 | 0.38 | 0.60 | 0 | 0.14 | 262.11 | 0.66 | 0.6 |
| Hex | 88 | 57 | DC | 26 | 3C | 0 | E | 106 | 42 | 3C |
| Octal | 210 | 127 | 334 | 46 | 74 | 0 | 16 | 406 | 102 | 74 |
| Binary | 10001000 | 1010111 | 11011100 | 100110 | 111100 | 0 | 1110 | 100000110 | 1000010 | 111100 |
Color Harmonies of #8857DC
Complementary color
Monochromatic Colors of #8857DC
Black with #8857DC
Text Example
Text Example
White with #8857DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8857DC; }
p { color: rgb(136,87,220); }
H1.HeaderClassName
{
color: #8857DC;
}
.AnyTagClassName
{
color: #8857DC;
}
</style>
background-color css
<style>
a { background-color: #8857DC; }
a { background-color: rgb(136,87,220); }
div.DivClassName
{
background-color: #8857DC;
}
.BgClassName
{
background-color: #8857DC;
}
</style>
border-color css
<style>
span { border-color: #8857DC; }
span { border-color: rgb(136,87,220); }
td.TdClassName
{
border-color: #8857DC;
}
.TagClassName
{
border-color: #8857DC;
}
</style>