Shades of Medium Purple #9877EE
Tints of Medium Purple #9877EE
RGB
CMYK
RGB Variations
Color information
#9877EE (or 0x9877EE) is known color: Medium Purple. HEX triplet: 98, 77 and EE. RGB value is (152,119,238). Sum of RGB (Red+Green+Blue) = 152+119+238=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #9877EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9877EE is #678811. Grayscale: #8D8D8D. Windows color (decimal): -6785042 or 15628184. OLE color: 15628184.
HSL color Cylindrical-coordinate representation of color #9877EE: hue angle of 256.64º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9877EE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 119 | 238 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.07 |
| HSL | 256.64º | 0.78% | 0.7% | - |
| HSV(B) | 256.64º | 0.5% | 0.93% | - |
| XYZ | 34.98 | 26.04 | 84.07 | - |
| YUV | 142.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 238 | 0.36 | 0.50 | 0 | 0.07 | 256.64 | 0.78 | 0.7 |
| Hex | 98 | 77 | EE | 24 | 32 | 0 | 7 | 101 | 4E | 46 |
| Octal | 230 | 167 | 356 | 44 | 62 | 0 | 7 | 401 | 116 | 106 |
| Binary | 10011000 | 1110111 | 11101110 | 100100 | 110010 | 0 | 111 | 100000001 | 1001110 | 1000110 |
Color Harmonies of #9877EE
Complementary color
Monochromatic Colors of #9877EE
Black with #9877EE
Text Example
Text Example
White with #9877EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877EE; }
p { color: rgb(152,119,238); }
H1.HeaderClassName
{
color: #9877EE;
}
.AnyTagClassName
{
color: #9877EE;
}
</style>
background-color css
<style>
a { background-color: #9877EE; }
a { background-color: rgb(152,119,238); }
div.DivClassName
{
background-color: #9877EE;
}
.BgClassName
{
background-color: #9877EE;
}
</style>
border-color css
<style>
span { border-color: #9877EE; }
span { border-color: rgb(152,119,238); }
td.TdClassName
{
border-color: #9877EE;
}
.TagClassName
{
border-color: #9877EE;
}
</style>