Shades of Medium Purple #8E81DC
Tints of Medium Purple #8E81DC
RGB
CMYK
RGB Variations
Color information
#8E81DC (or 0x8E81DC) is known color: Medium Purple. HEX triplet: 8E, 81 and DC. RGB value is (142,129,220). Sum of RGB (Red+Green+Blue) = 142+129+220=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81DC is #717E23. Grayscale: #8E8E8E. Windows color (decimal): -7437860 or 14451086. OLE color: 14451086.
HSL color Cylindrical-coordinate representation of color #8E81DC: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E81DC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 129 | 220 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.14 |
| HSL | 248.57º | 0.57% | 0.68% | - |
| HSV(B) | 248.57º | 0.41% | 0.86% | - |
| XYZ | 31.92 | 26.62 | 71.17 | - |
| YUV | 143.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 220 | 0.35 | 0.41 | 0 | 0.14 | 248.57 | 0.57 | 0.68 |
| Hex | 8E | 81 | DC | 23 | 29 | 0 | E | F9 | 39 | 44 |
| Octal | 216 | 201 | 334 | 43 | 51 | 0 | 16 | 371 | 71 | 104 |
| Binary | 10001110 | 10000001 | 11011100 | 100011 | 101001 | 0 | 1110 | 11111001 | 111001 | 1000100 |
Color Harmonies of #8E81DC
Complementary color
Monochromatic Colors of #8E81DC
Black with #8E81DC
Text Example
Text Example
White with #8E81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81DC; }
p { color: rgb(142,129,220); }
H1.HeaderClassName
{
color: #8E81DC;
}
.AnyTagClassName
{
color: #8E81DC;
}
</style>
background-color css
<style>
a { background-color: #8E81DC; }
a { background-color: rgb(142,129,220); }
div.DivClassName
{
background-color: #8E81DC;
}
.BgClassName
{
background-color: #8E81DC;
}
</style>
border-color css
<style>
span { border-color: #8E81DC; }
span { border-color: rgb(142,129,220); }
td.TdClassName
{
border-color: #8E81DC;
}
.TagClassName
{
border-color: #8E81DC;
}
</style>