Shades of Medium Purple #8E7ADC
Tints of Medium Purple #8E7ADC
RGB
CMYK
RGB Variations
Color information
#8E7ADC (or 0x8E7ADC) is known color: Medium Purple. HEX triplet: 8E, 7A and DC. RGB value is (142,122,220). Sum of RGB (Red+Green+Blue) = 142+122+220=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ADC is #718523. Grayscale: #8A8A8A. Windows color (decimal): -7439652 or 14449294. OLE color: 14449294.
HSL color Cylindrical-coordinate representation of color #8E7ADC: hue angle of 252.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E7ADC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 122 | 220 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.14 |
| HSL | 252.24º | 0.58% | 0.67% | - |
| HSV(B) | 252.24º | 0.45% | 0.86% | - |
| XYZ | 31.03 | 24.84 | 70.87 | - |
| YUV | 139.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 220 | 0.35 | 0.45 | 0 | 0.14 | 252.24 | 0.58 | 0.67 |
| Hex | 8E | 7A | DC | 23 | 2D | 0 | E | FC | 3A | 43 |
| Octal | 216 | 172 | 334 | 43 | 55 | 0 | 16 | 374 | 72 | 103 |
| Binary | 10001110 | 1111010 | 11011100 | 100011 | 101101 | 0 | 1110 | 11111100 | 111010 | 1000011 |
Color Harmonies of #8E7ADC
Complementary color
Monochromatic Colors of #8E7ADC
Black with #8E7ADC
Text Example
Text Example
White with #8E7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ADC; }
p { color: rgb(142,122,220); }
H1.HeaderClassName
{
color: #8E7ADC;
}
.AnyTagClassName
{
color: #8E7ADC;
}
</style>
background-color css
<style>
a { background-color: #8E7ADC; }
a { background-color: rgb(142,122,220); }
div.DivClassName
{
background-color: #8E7ADC;
}
.BgClassName
{
background-color: #8E7ADC;
}
</style>
border-color css
<style>
span { border-color: #8E7ADC; }
span { border-color: rgb(142,122,220); }
td.TdClassName
{
border-color: #8E7ADC;
}
.TagClassName
{
border-color: #8E7ADC;
}
</style>