Shades of Medium Purple #9880E7
Tints of Medium Purple #9880E7
RGB
CMYK
RGB Variations
Color information
#9880E7 (or 0x9880E7) is known color: Medium Purple. HEX triplet: 98, 80 and E7. RGB value is (152,128,231). Sum of RGB (Red+Green+Blue) = 152+128+231=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #9880E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880E7 is #677F18. Grayscale: #929292. Windows color (decimal): -6782745 or 15171736. OLE color: 15171736.
HSL color Cylindrical-coordinate representation of color #9880E7: hue angle of 253.98º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9880E7 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 128 | 231 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.09 |
| HSL | 253.98º | 0.68% | 0.7% | - |
| HSV(B) | 253.98º | 0.45% | 0.91% | - |
| XYZ | 35.09 | 27.88 | 79.13 | - |
| YUV | 146.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 231 | 0.34 | 0.45 | 0 | 0.09 | 253.98 | 0.68 | 0.7 |
| Hex | 98 | 80 | E7 | 22 | 2D | 0 | 9 | FE | 44 | 46 |
| Octal | 230 | 200 | 347 | 42 | 55 | 0 | 11 | 376 | 104 | 106 |
| Binary | 10011000 | 10000000 | 11100111 | 100010 | 101101 | 0 | 1001 | 11111110 | 1000100 | 1000110 |
Color Harmonies of #9880E7
Complementary color
Monochromatic Colors of #9880E7
Black with #9880E7
Text Example
Text Example
White with #9880E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880E7; }
p { color: rgb(152,128,231); }
H1.HeaderClassName
{
color: #9880E7;
}
.AnyTagClassName
{
color: #9880E7;
}
</style>
background-color css
<style>
a { background-color: #9880E7; }
a { background-color: rgb(152,128,231); }
div.DivClassName
{
background-color: #9880E7;
}
.BgClassName
{
background-color: #9880E7;
}
</style>
border-color css
<style>
span { border-color: #9880E7; }
span { border-color: rgb(152,128,231); }
td.TdClassName
{
border-color: #9880E7;
}
.TagClassName
{
border-color: #9880E7;
}
</style>