Shades of Medium Purple #8C73DC
Tints of Medium Purple #8C73DC
RGB
CMYK
RGB Variations
Color information
#8C73DC (or 0x8C73DC) is known color: Medium Purple. HEX triplet: 8C, 73 and DC. RGB value is (140,115,220). Sum of RGB (Red+Green+Blue) = 140+115+220=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C73DC is #738C23. Grayscale: #868686. Windows color (decimal): -7572516 or 14447500. OLE color: 14447500.
HSL color Cylindrical-coordinate representation of color #8C73DC: hue angle of 254.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 #8C73DC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 115 | 220 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.14 |
| HSL | 254.29º | 0.6% | 0.66% | - |
| HSV(B) | 254.29º | 0.48% | 0.86% | - |
| XYZ | 29.86 | 23 | 70.58 | - |
| YUV | 134.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 220 | 0.36 | 0.48 | 0 | 0.14 | 254.29 | 0.6 | 0.66 |
| Hex | 8C | 73 | DC | 24 | 30 | 0 | E | FE | 3C | 42 |
| Octal | 214 | 163 | 334 | 44 | 60 | 0 | 16 | 376 | 74 | 102 |
| Binary | 10001100 | 1110011 | 11011100 | 100100 | 110000 | 0 | 1110 | 11111110 | 111100 | 1000010 |
Color Harmonies of #8C73DC
Complementary color
Monochromatic Colors of #8C73DC
Black with #8C73DC
Text Example
Text Example
White with #8C73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73DC; }
p { color: rgb(140,115,220); }
H1.HeaderClassName
{
color: #8C73DC;
}
.AnyTagClassName
{
color: #8C73DC;
}
</style>
background-color css
<style>
a { background-color: #8C73DC; }
a { background-color: rgb(140,115,220); }
div.DivClassName
{
background-color: #8C73DC;
}
.BgClassName
{
background-color: #8C73DC;
}
</style>
border-color css
<style>
span { border-color: #8C73DC; }
span { border-color: rgb(140,115,220); }
td.TdClassName
{
border-color: #8C73DC;
}
.TagClassName
{
border-color: #8C73DC;
}
</style>