Shades of Medium Purple #8873DC
Tints of Medium Purple #8873DC
RGB
CMYK
RGB Variations
Color information
#8873DC (or 0x8873DC) is known color: Medium Purple. HEX triplet: 88, 73 and DC. RGB value is (136,115,220). Sum of RGB (Red+Green+Blue) = 136+115+220=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8873DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873DC is #778C23. Grayscale: #848484. Windows color (decimal): -7834660 or 14447496. OLE color: 14447496.
HSL color Cylindrical-coordinate representation of color #8873DC: hue angle of 252º 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 #8873DC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 115 | 220 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.14 |
| HSL | 252º | 0.6% | 0.66% | - |
| HSV(B) | 252º | 0.48% | 0.86% | - |
| XYZ | 29.2 | 22.66 | 70.55 | - |
| YUV | 133.25 | 176.96 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 220 | 0.38 | 0.48 | 0 | 0.14 | 252 | 0.6 | 0.66 |
| Hex | 88 | 73 | DC | 26 | 30 | 0 | E | FC | 3C | 42 |
| Octal | 210 | 163 | 334 | 46 | 60 | 0 | 16 | 374 | 74 | 102 |
| Binary | 10001000 | 1110011 | 11011100 | 100110 | 110000 | 0 | 1110 | 11111100 | 111100 | 1000010 |
Color Harmonies of #8873DC
Complementary color
Monochromatic Colors of #8873DC
Black with #8873DC
Text Example
Text Example
White with #8873DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8873DC; }
p { color: rgb(136,115,220); }
H1.HeaderClassName
{
color: #8873DC;
}
.AnyTagClassName
{
color: #8873DC;
}
</style>
background-color css
<style>
a { background-color: #8873DC; }
a { background-color: rgb(136,115,220); }
div.DivClassName
{
background-color: #8873DC;
}
.BgClassName
{
background-color: #8873DC;
}
</style>
border-color css
<style>
span { border-color: #8873DC; }
span { border-color: rgb(136,115,220); }
td.TdClassName
{
border-color: #8873DC;
}
.TagClassName
{
border-color: #8873DC;
}
</style>