Shades of Medium Purple #884EE0
Tints of Medium Purple #884EE0
RGB
CMYK
RGB Variations
Color information
#884EE0 (or 0x884EE0) is known color: Medium Purple. HEX triplet: 88, 4E and E0. RGB value is (136,78,224). Sum of RGB (Red+Green+Blue) = 136+78+224=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #884EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884EE0 is #77B11F. Grayscale: #6F6F6F. Windows color (decimal): -7844128 or 14700168. OLE color: 14700168.
HSL color Cylindrical-coordinate representation of color #884EE0: hue angle of 263.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884EE0 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 78 | 224 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.12 |
| HSL | 263.84º | 0.7% | 0.59% | - |
| HSV(B) | 263.84º | 0.65% | 0.88% | - |
| XYZ | 26.33 | 16.06 | 72.23 | - |
| YUV | 111.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 224 | 0.39 | 0.65 | 0 | 0.12 | 263.84 | 0.7 | 0.59 |
| Hex | 88 | 4E | E0 | 27 | 41 | 0 | C | 108 | 46 | 3B |
| Octal | 210 | 116 | 340 | 47 | 101 | 0 | 14 | 410 | 106 | 73 |
| Binary | 10001000 | 1001110 | 11100000 | 100111 | 1000001 | 0 | 1100 | 100001000 | 1000110 | 111011 |
Color Harmonies of #884EE0
Complementary color
Monochromatic Colors of #884EE0
Black with #884EE0
Text Example
Text Example
White with #884EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EE0; }
p { color: rgb(136,78,224); }
H1.HeaderClassName
{
color: #884EE0;
}
.AnyTagClassName
{
color: #884EE0;
}
</style>
background-color css
<style>
a { background-color: #884EE0; }
a { background-color: rgb(136,78,224); }
div.DivClassName
{
background-color: #884EE0;
}
.BgClassName
{
background-color: #884EE0;
}
</style>
border-color css
<style>
span { border-color: #884EE0; }
span { border-color: rgb(136,78,224); }
td.TdClassName
{
border-color: #884EE0;
}
.TagClassName
{
border-color: #884EE0;
}
</style>