Shades of Medium Purple #8C7DDC
Tints of Medium Purple #8C7DDC
RGB
CMYK
RGB Variations
Color information
#8C7DDC (or 0x8C7DDC) is known color: Medium Purple. HEX triplet: 8C, 7D and DC. RGB value is (140,125,220). Sum of RGB (Red+Green+Blue) = 140+125+220=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DDC is #738223. Grayscale: #8B8B8B. Windows color (decimal): -7569956 or 14450060. OLE color: 14450060.
HSL color Cylindrical-coordinate representation of color #8C7DDC: hue angle of 249.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7DDC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 125 | 220 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.14 |
| HSL | 249.47º | 0.58% | 0.68% | - |
| HSV(B) | 249.47º | 0.43% | 0.86% | - |
| XYZ | 31.07 | 25.41 | 70.98 | - |
| YUV | 140.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 220 | 0.36 | 0.43 | 0 | 0.14 | 249.47 | 0.58 | 0.68 |
| Hex | 8C | 7D | DC | 24 | 2B | 0 | E | F9 | 3A | 44 |
| Octal | 214 | 175 | 334 | 44 | 53 | 0 | 16 | 371 | 72 | 104 |
| Binary | 10001100 | 1111101 | 11011100 | 100100 | 101011 | 0 | 1110 | 11111001 | 111010 | 1000100 |
Color Harmonies of #8C7DDC
Complementary color
Monochromatic Colors of #8C7DDC
Black with #8C7DDC
Text Example
Text Example
White with #8C7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DDC; }
p { color: rgb(140,125,220); }
H1.HeaderClassName
{
color: #8C7DDC;
}
.AnyTagClassName
{
color: #8C7DDC;
}
</style>
background-color css
<style>
a { background-color: #8C7DDC; }
a { background-color: rgb(140,125,220); }
div.DivClassName
{
background-color: #8C7DDC;
}
.BgClassName
{
background-color: #8C7DDC;
}
</style>
border-color css
<style>
span { border-color: #8C7DDC; }
span { border-color: rgb(140,125,220); }
td.TdClassName
{
border-color: #8C7DDC;
}
.TagClassName
{
border-color: #8C7DDC;
}
</style>