Shades of Medium Purple #9980E8
Tints of Medium Purple #9980E8
RGB
CMYK
RGB Variations
Color information
#9980E8 (or 0x9980E8) is known color: Medium Purple. HEX triplet: 99, 80 and E8. RGB value is (153,128,232). Sum of RGB (Red+Green+Blue) = 153+128+232=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #9980E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980E8 is #667F17. Grayscale: #929292. Windows color (decimal): -6717208 or 15237273. OLE color: 15237273.
HSL color Cylindrical-coordinate representation of color #9980E8: hue angle of 254.42º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9980E8 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 128 | 232 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.09 |
| HSL | 254.42º | 0.69% | 0.71% | - |
| HSV(B) | 254.42º | 0.45% | 0.91% | - |
| XYZ | 35.42 | 28.04 | 79.89 | - |
| YUV | 147.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 232 | 0.34 | 0.45 | 0 | 0.09 | 254.42 | 0.69 | 0.71 |
| Hex | 99 | 80 | E8 | 22 | 2D | 0 | 9 | FE | 45 | 47 |
| Octal | 231 | 200 | 350 | 42 | 55 | 0 | 11 | 376 | 105 | 107 |
| Binary | 10011001 | 10000000 | 11101000 | 100010 | 101101 | 0 | 1001 | 11111110 | 1000101 | 1000111 |
Color Harmonies of #9980E8
Complementary color
Monochromatic Colors of #9980E8
Black with #9980E8
Text Example
Text Example
White with #9980E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980E8; }
p { color: rgb(153,128,232); }
H1.HeaderClassName
{
color: #9980E8;
}
.AnyTagClassName
{
color: #9980E8;
}
</style>
background-color css
<style>
a { background-color: #9980E8; }
a { background-color: rgb(153,128,232); }
div.DivClassName
{
background-color: #9980E8;
}
.BgClassName
{
background-color: #9980E8;
}
</style>
border-color css
<style>
span { border-color: #9980E8; }
span { border-color: rgb(153,128,232); }
td.TdClassName
{
border-color: #9980E8;
}
.TagClassName
{
border-color: #9980E8;
}
</style>