Shades of Medium Purple #8C6AE1
Tints of Medium Purple #8C6AE1
RGB
CMYK
RGB Variations
Color information
#8C6AE1 (or 0x8C6AE1) is known color: Medium Purple. HEX triplet: 8C, 6A and E1. RGB value is (140,106,225). Sum of RGB (Red+Green+Blue) = 140+106+225=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C6AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6AE1 is #73951E. Grayscale: #818181. Windows color (decimal): -7574815 or 14772876. OLE color: 14772876.
HSL color Cylindrical-coordinate representation of color #8C6AE1: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C6AE1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 106 | 225 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.12 |
| HSL | 257.14º | 0.66% | 0.65% | - |
| HSV(B) | 257.14º | 0.53% | 0.88% | - |
| XYZ | 29.56 | 21.32 | 73.79 | - |
| YUV | 129.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 225 | 0.38 | 0.53 | 0 | 0.12 | 257.14 | 0.66 | 0.65 |
| Hex | 8C | 6A | E1 | 26 | 35 | 0 | C | 101 | 42 | 41 |
| Octal | 214 | 152 | 341 | 46 | 65 | 0 | 14 | 401 | 102 | 101 |
| Binary | 10001100 | 1101010 | 11100001 | 100110 | 110101 | 0 | 1100 | 100000001 | 1000010 | 1000001 |
Color Harmonies of #8C6AE1
Complementary color
Monochromatic Colors of #8C6AE1
Black with #8C6AE1
Text Example
Text Example
White with #8C6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6AE1; }
p { color: rgb(140,106,225); }
H1.HeaderClassName
{
color: #8C6AE1;
}
.AnyTagClassName
{
color: #8C6AE1;
}
</style>
background-color css
<style>
a { background-color: #8C6AE1; }
a { background-color: rgb(140,106,225); }
div.DivClassName
{
background-color: #8C6AE1;
}
.BgClassName
{
background-color: #8C6AE1;
}
</style>
border-color css
<style>
span { border-color: #8C6AE1; }
span { border-color: rgb(140,106,225); }
td.TdClassName
{
border-color: #8C6AE1;
}
.TagClassName
{
border-color: #8C6AE1;
}
</style>