Shades of Medium Purple #9878E9
Tints of Medium Purple #9878E9
RGB
CMYK
RGB Variations
Color information
#9878E9 (or 0x9878E9) is known color: Medium Purple. HEX triplet: 98, 78 and E9. RGB value is (152,120,233). Sum of RGB (Red+Green+Blue) = 152+120+233=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #9878E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9878E9 is #678716. Grayscale: #8E8E8E. Windows color (decimal): -6784791 or 15300760. OLE color: 15300760.
HSL color Cylindrical-coordinate representation of color #9878E9: hue angle of 256.99º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9878E9 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 120 | 233 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.09 |
| HSL | 256.99º | 0.72% | 0.69% | - |
| HSV(B) | 256.99º | 0.48% | 0.91% | - |
| XYZ | 34.37 | 25.99 | 80.3 | - |
| YUV | 142.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 233 | 0.35 | 0.48 | 0 | 0.09 | 256.99 | 0.72 | 0.69 |
| Hex | 98 | 78 | E9 | 23 | 30 | 0 | 9 | 101 | 48 | 45 |
| Octal | 230 | 170 | 351 | 43 | 60 | 0 | 11 | 401 | 110 | 105 |
| Binary | 10011000 | 1111000 | 11101001 | 100011 | 110000 | 0 | 1001 | 100000001 | 1001000 | 1000101 |
Color Harmonies of #9878E9
Complementary color
Monochromatic Colors of #9878E9
Black with #9878E9
Text Example
Text Example
White with #9878E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9878E9; }
p { color: rgb(152,120,233); }
H1.HeaderClassName
{
color: #9878E9;
}
.AnyTagClassName
{
color: #9878E9;
}
</style>
background-color css
<style>
a { background-color: #9878E9; }
a { background-color: rgb(152,120,233); }
div.DivClassName
{
background-color: #9878E9;
}
.BgClassName
{
background-color: #9878E9;
}
</style>
border-color css
<style>
span { border-color: #9878E9; }
span { border-color: rgb(152,120,233); }
td.TdClassName
{
border-color: #9878E9;
}
.TagClassName
{
border-color: #9878E9;
}
</style>