Shades of Medium Purple #8E7CDA
Tints of Medium Purple #8E7CDA
RGB
CMYK
RGB Variations
Color information
#8E7CDA (or 0x8E7CDA) is known color: Medium Purple. HEX triplet: 8E, 7C and DA. RGB value is (142,124,218). Sum of RGB (Red+Green+Blue) = 142+124+218=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDA is #718325. Grayscale: #8B8B8B. Windows color (decimal): -7439142 or 14318734. OLE color: 14318734.
HSL color Cylindrical-coordinate representation of color #8E7CDA: hue angle of 251.49º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7CDA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 124 | 218 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.15 |
| HSL | 251.49º | 0.56% | 0.67% | - |
| HSV(B) | 251.49º | 0.43% | 0.85% | - |
| XYZ | 31.02 | 25.23 | 69.56 | - |
| YUV | 140.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 218 | 0.35 | 0.43 | 0 | 0.15 | 251.49 | 0.56 | 0.67 |
| Hex | 8E | 7C | DA | 23 | 2B | 0 | F | FB | 38 | 43 |
| Octal | 216 | 174 | 332 | 43 | 53 | 0 | 17 | 373 | 70 | 103 |
| Binary | 10001110 | 1111100 | 11011010 | 100011 | 101011 | 0 | 1111 | 11111011 | 111000 | 1000011 |
Color Harmonies of #8E7CDA
Complementary color
Monochromatic Colors of #8E7CDA
Black with #8E7CDA
Text Example
Text Example
White with #8E7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CDA; }
p { color: rgb(142,124,218); }
H1.HeaderClassName
{
color: #8E7CDA;
}
.AnyTagClassName
{
color: #8E7CDA;
}
</style>
background-color css
<style>
a { background-color: #8E7CDA; }
a { background-color: rgb(142,124,218); }
div.DivClassName
{
background-color: #8E7CDA;
}
.BgClassName
{
background-color: #8E7CDA;
}
</style>
border-color css
<style>
span { border-color: #8E7CDA; }
span { border-color: rgb(142,124,218); }
td.TdClassName
{
border-color: #8E7CDA;
}
.TagClassName
{
border-color: #8E7CDA;
}
</style>