Shades of Medium Purple #8876E0
Tints of Medium Purple #8876E0
RGB
CMYK
RGB Variations
Color information
#8876E0 (or 0x8876E0) is known color: Medium Purple. HEX triplet: 88, 76 and E0. RGB value is (136,118,224). Sum of RGB (Red+Green+Blue) = 136+118+224=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #8876E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876E0 is #77891F. Grayscale: #878787. Windows color (decimal): -7833888 or 14710408. OLE color: 14710408.
HSL color Cylindrical-coordinate representation of color #8876E0: hue angle of 250.19º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8876E0 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 118 | 224 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.12 |
| HSL | 250.19º | 0.63% | 0.67% | - |
| HSV(B) | 250.19º | 0.47% | 0.88% | - |
| XYZ | 30.09 | 23.57 | 73.49 | - |
| YUV | 135.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 224 | 0.39 | 0.47 | 0 | 0.12 | 250.19 | 0.63 | 0.67 |
| Hex | 88 | 76 | E0 | 27 | 2F | 0 | C | FA | 3F | 43 |
| Octal | 210 | 166 | 340 | 47 | 57 | 0 | 14 | 372 | 77 | 103 |
| Binary | 10001000 | 1110110 | 11100000 | 100111 | 101111 | 0 | 1100 | 11111010 | 111111 | 1000011 |
Color Harmonies of #8876E0
Complementary color
Monochromatic Colors of #8876E0
Black with #8876E0
Text Example
Text Example
White with #8876E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876E0; }
p { color: rgb(136,118,224); }
H1.HeaderClassName
{
color: #8876E0;
}
.AnyTagClassName
{
color: #8876E0;
}
</style>
background-color css
<style>
a { background-color: #8876E0; }
a { background-color: rgb(136,118,224); }
div.DivClassName
{
background-color: #8876E0;
}
.BgClassName
{
background-color: #8876E0;
}
</style>
border-color css
<style>
span { border-color: #8876E0; }
span { border-color: rgb(136,118,224); }
td.TdClassName
{
border-color: #8876E0;
}
.TagClassName
{
border-color: #8876E0;
}
</style>