Shades of Medium Purple #8850E0
Tints of Medium Purple #8850E0
RGB
CMYK
RGB Variations
Color information
#8850E0 (or 0x8850E0) is known color: Medium Purple. HEX triplet: 88, 50 and E0. RGB value is (136,80,224). Sum of RGB (Red+Green+Blue) = 136+80+224=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #8850E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850E0 is #77AF1F. Grayscale: #707070. Windows color (decimal): -7843616 or 14700680. OLE color: 14700680.
HSL color Cylindrical-coordinate representation of color #8850E0: hue angle of 263.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8850E0 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 80 | 224 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.12 |
| HSL | 263.33º | 0.7% | 0.6% | - |
| HSV(B) | 263.33º | 0.64% | 0.88% | - |
| XYZ | 26.48 | 16.35 | 72.28 | - |
| YUV | 113.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 224 | 0.39 | 0.64 | 0 | 0.12 | 263.33 | 0.7 | 0.6 |
| Hex | 88 | 50 | E0 | 27 | 40 | 0 | C | 107 | 46 | 3C |
| Octal | 210 | 120 | 340 | 47 | 100 | 0 | 14 | 407 | 106 | 74 |
| Binary | 10001000 | 1010000 | 11100000 | 100111 | 1000000 | 0 | 1100 | 100000111 | 1000110 | 111100 |
Color Harmonies of #8850E0
Complementary color
Monochromatic Colors of #8850E0
Black with #8850E0
Text Example
Text Example
White with #8850E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850E0; }
p { color: rgb(136,80,224); }
H1.HeaderClassName
{
color: #8850E0;
}
.AnyTagClassName
{
color: #8850E0;
}
</style>
background-color css
<style>
a { background-color: #8850E0; }
a { background-color: rgb(136,80,224); }
div.DivClassName
{
background-color: #8850E0;
}
.BgClassName
{
background-color: #8850E0;
}
</style>
border-color css
<style>
span { border-color: #8850E0; }
span { border-color: rgb(136,80,224); }
td.TdClassName
{
border-color: #8850E0;
}
.TagClassName
{
border-color: #8850E0;
}
</style>