Shades of Medium Purple #8C5DDA
Tints of Medium Purple #8C5DDA
RGB
CMYK
RGB Variations
Color information
#8C5DDA (or 0x8C5DDA) is known color: Medium Purple. HEX triplet: 8C, 5D and DA. RGB value is (140,93,218). Sum of RGB (Red+Green+Blue) = 140+93+218=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DDA is #73A225. Grayscale: #787878. Windows color (decimal): -7578150 or 14310796. OLE color: 14310796.
HSL color Cylindrical-coordinate representation of color #8C5DDA: hue angle of 262.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C5DDA is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 93 | 218 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.15 |
| HSL | 262.56º | 0.63% | 0.61% | - |
| HSV(B) | 262.56º | 0.57% | 0.85% | - |
| XYZ | 27.38 | 18.47 | 68.45 | - |
| YUV | 121.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 218 | 0.36 | 0.57 | 0 | 0.15 | 262.56 | 0.63 | 0.61 |
| Hex | 8C | 5D | DA | 24 | 39 | 0 | F | 107 | 3F | 3D |
| Octal | 214 | 135 | 332 | 44 | 71 | 0 | 17 | 407 | 77 | 75 |
| Binary | 10001100 | 1011101 | 11011010 | 100100 | 111001 | 0 | 1111 | 100000111 | 111111 | 111101 |
Color Harmonies of #8C5DDA
Complementary color
Monochromatic Colors of #8C5DDA
Black with #8C5DDA
Text Example
Text Example
White with #8C5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5DDA; }
p { color: rgb(140,93,218); }
H1.HeaderClassName
{
color: #8C5DDA;
}
.AnyTagClassName
{
color: #8C5DDA;
}
</style>
background-color css
<style>
a { background-color: #8C5DDA; }
a { background-color: rgb(140,93,218); }
div.DivClassName
{
background-color: #8C5DDA;
}
.BgClassName
{
background-color: #8C5DDA;
}
</style>
border-color css
<style>
span { border-color: #8C5DDA; }
span { border-color: rgb(140,93,218); }
td.TdClassName
{
border-color: #8C5DDA;
}
.TagClassName
{
border-color: #8C5DDA;
}
</style>