Shades of Medium Purple #8C6EDA
Tints of Medium Purple #8C6EDA
RGB
CMYK
RGB Variations
Color information
#8C6EDA (or 0x8C6EDA) is known color: Medium Purple. HEX triplet: 8C, 6E and DA. RGB value is (140,110,218). Sum of RGB (Red+Green+Blue) = 140+110+218=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EDA is #739125. Grayscale: #828282. Windows color (decimal): -7573798 or 14315148. OLE color: 14315148.
HSL color Cylindrical-coordinate representation of color #8C6EDA: hue angle of 256.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6EDA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 110 | 218 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.15 |
| HSL | 256.67º | 0.59% | 0.64% | - |
| HSV(B) | 256.67º | 0.5% | 0.85% | - |
| XYZ | 29.05 | 21.79 | 69 | - |
| YUV | 131.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 218 | 0.36 | 0.50 | 0 | 0.15 | 256.67 | 0.59 | 0.64 |
| Hex | 8C | 6E | DA | 24 | 32 | 0 | F | 101 | 3B | 40 |
| Octal | 214 | 156 | 332 | 44 | 62 | 0 | 17 | 401 | 73 | 100 |
| Binary | 10001100 | 1101110 | 11011010 | 100100 | 110010 | 0 | 1111 | 100000001 | 111011 | 1000000 |
Color Harmonies of #8C6EDA
Complementary color
Monochromatic Colors of #8C6EDA
Black with #8C6EDA
Text Example
Text Example
White with #8C6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EDA; }
p { color: rgb(140,110,218); }
H1.HeaderClassName
{
color: #8C6EDA;
}
.AnyTagClassName
{
color: #8C6EDA;
}
</style>
background-color css
<style>
a { background-color: #8C6EDA; }
a { background-color: rgb(140,110,218); }
div.DivClassName
{
background-color: #8C6EDA;
}
.BgClassName
{
background-color: #8C6EDA;
}
</style>
border-color css
<style>
span { border-color: #8C6EDA; }
span { border-color: rgb(140,110,218); }
td.TdClassName
{
border-color: #8C6EDA;
}
.TagClassName
{
border-color: #8C6EDA;
}
</style>