Shades of Medium Purple #8C5BDC
Tints of Medium Purple #8C5BDC
RGB
CMYK
RGB Variations
Color information
#8C5BDC (or 0x8C5BDC) is known color: Medium Purple. HEX triplet: 8C, 5B and DC. RGB value is (140,91,220). Sum of RGB (Red+Green+Blue) = 140+91+220=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BDC is #73A423. Grayscale: #777777. Windows color (decimal): -7578660 or 14441356. OLE color: 14441356.
HSL color Cylindrical-coordinate representation of color #8C5BDC: hue angle of 262.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C5BDC is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 91 | 220 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.14 |
| HSL | 262.79º | 0.65% | 0.61% | - |
| HSV(B) | 262.79º | 0.59% | 0.86% | - |
| XYZ | 27.47 | 18.22 | 69.78 | - |
| YUV | 120.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 220 | 0.36 | 0.59 | 0 | 0.14 | 262.79 | 0.65 | 0.61 |
| Hex | 8C | 5B | DC | 24 | 3B | 0 | E | 107 | 41 | 3D |
| Octal | 214 | 133 | 334 | 44 | 73 | 0 | 16 | 407 | 101 | 75 |
| Binary | 10001100 | 1011011 | 11011100 | 100100 | 111011 | 0 | 1110 | 100000111 | 1000001 | 111101 |
Color Harmonies of #8C5BDC
Complementary color
Monochromatic Colors of #8C5BDC
Black with #8C5BDC
Text Example
Text Example
White with #8C5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BDC; }
p { color: rgb(140,91,220); }
H1.HeaderClassName
{
color: #8C5BDC;
}
.AnyTagClassName
{
color: #8C5BDC;
}
</style>
background-color css
<style>
a { background-color: #8C5BDC; }
a { background-color: rgb(140,91,220); }
div.DivClassName
{
background-color: #8C5BDC;
}
.BgClassName
{
background-color: #8C5BDC;
}
</style>
border-color css
<style>
span { border-color: #8C5BDC; }
span { border-color: rgb(140,91,220); }
td.TdClassName
{
border-color: #8C5BDC;
}
.TagClassName
{
border-color: #8C5BDC;
}
</style>