Shades of Medium Purple #9877EA
Tints of Medium Purple #9877EA
RGB
CMYK
RGB Variations
Color information
#9877EA (or 0x9877EA) is known color: Medium Purple. HEX triplet: 98, 77 and EA. RGB value is (152,119,234). Sum of RGB (Red+Green+Blue) = 152+119+234=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #9877EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9877EA is #678815. Grayscale: #8D8D8D. Windows color (decimal): -6785046 or 15366040. OLE color: 15366040.
HSL color Cylindrical-coordinate representation of color #9877EA: hue angle of 257.22º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9877EA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 119 | 234 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.08 |
| HSL | 257.22º | 0.73% | 0.69% | - |
| HSV(B) | 257.22º | 0.49% | 0.92% | - |
| XYZ | 34.4 | 25.81 | 81.01 | - |
| YUV | 141.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 234 | 0.35 | 0.49 | 0 | 0.08 | 257.22 | 0.73 | 0.69 |
| Hex | 98 | 77 | EA | 23 | 31 | 0 | 8 | 101 | 49 | 45 |
| Octal | 230 | 167 | 352 | 43 | 61 | 0 | 10 | 401 | 111 | 105 |
| Binary | 10011000 | 1110111 | 11101010 | 100011 | 110001 | 0 | 1000 | 100000001 | 1001001 | 1000101 |
Color Harmonies of #9877EA
Complementary color
Monochromatic Colors of #9877EA
Black with #9877EA
Text Example
Text Example
White with #9877EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877EA; }
p { color: rgb(152,119,234); }
H1.HeaderClassName
{
color: #9877EA;
}
.AnyTagClassName
{
color: #9877EA;
}
</style>
background-color css
<style>
a { background-color: #9877EA; }
a { background-color: rgb(152,119,234); }
div.DivClassName
{
background-color: #9877EA;
}
.BgClassName
{
background-color: #9877EA;
}
</style>
border-color css
<style>
span { border-color: #9877EA; }
span { border-color: rgb(152,119,234); }
td.TdClassName
{
border-color: #9877EA;
}
.TagClassName
{
border-color: #9877EA;
}
</style>