Shades of Medium Purple #8E7BDC
Tints of Medium Purple #8E7BDC
RGB
CMYK
RGB Variations
Color information
#8E7BDC (or 0x8E7BDC) is known color: Medium Purple. HEX triplet: 8E, 7B and DC. RGB value is (142,123,220). Sum of RGB (Red+Green+Blue) = 142+123+220=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BDC is #718423. Grayscale: #8B8B8B. Windows color (decimal): -7439396 or 14449550. OLE color: 14449550.
HSL color Cylindrical-coordinate representation of color #8E7BDC: hue angle of 251.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7BDC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 123 | 220 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.14 |
| HSL | 251.75º | 0.58% | 0.67% | - |
| HSV(B) | 251.75º | 0.44% | 0.86% | - |
| XYZ | 31.16 | 25.08 | 70.91 | - |
| YUV | 139.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 220 | 0.35 | 0.44 | 0 | 0.14 | 251.75 | 0.58 | 0.67 |
| Hex | 8E | 7B | DC | 23 | 2C | 0 | E | FC | 3A | 43 |
| Octal | 216 | 173 | 334 | 43 | 54 | 0 | 16 | 374 | 72 | 103 |
| Binary | 10001110 | 1111011 | 11011100 | 100011 | 101100 | 0 | 1110 | 11111100 | 111010 | 1000011 |
Color Harmonies of #8E7BDC
Complementary color
Monochromatic Colors of #8E7BDC
Black with #8E7BDC
Text Example
Text Example
White with #8E7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BDC; }
p { color: rgb(142,123,220); }
H1.HeaderClassName
{
color: #8E7BDC;
}
.AnyTagClassName
{
color: #8E7BDC;
}
</style>
background-color css
<style>
a { background-color: #8E7BDC; }
a { background-color: rgb(142,123,220); }
div.DivClassName
{
background-color: #8E7BDC;
}
.BgClassName
{
background-color: #8E7BDC;
}
</style>
border-color css
<style>
span { border-color: #8E7BDC; }
span { border-color: rgb(142,123,220); }
td.TdClassName
{
border-color: #8E7BDC;
}
.TagClassName
{
border-color: #8E7BDC;
}
</style>