Shades of Medium Purple #9980ED
Tints of Medium Purple #9980ED
RGB
CMYK
RGB Variations
Color information
#9980ED (or 0x9980ED) is known color: Medium Purple. HEX triplet: 99, 80 and ED. RGB value is (153,128,237). Sum of RGB (Red+Green+Blue) = 153+128+237=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9980ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980ED is #667F12. Grayscale: #939393. Windows color (decimal): -6717203 or 15564953. OLE color: 15564953.
HSL color Cylindrical-coordinate representation of color #9980ED: hue angle of 253.76º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9980ED is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 128 | 237 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.07 |
| HSL | 253.76º | 0.75% | 0.72% | - |
| HSV(B) | 253.76º | 0.46% | 0.93% | - |
| XYZ | 36.14 | 28.33 | 83.68 | - |
| YUV | 147.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 237 | 0.35 | 0.46 | 0 | 0.07 | 253.76 | 0.75 | 0.72 |
| Hex | 99 | 80 | ED | 23 | 2E | 0 | 7 | FE | 4B | 48 |
| Octal | 231 | 200 | 355 | 43 | 56 | 0 | 7 | 376 | 113 | 110 |
| Binary | 10011001 | 10000000 | 11101101 | 100011 | 101110 | 0 | 111 | 11111110 | 1001011 | 1001000 |
Color Harmonies of #9980ED
Complementary color
Monochromatic Colors of #9980ED
Black with #9980ED
Text Example
Text Example
White with #9980ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980ED; }
p { color: rgb(153,128,237); }
H1.HeaderClassName
{
color: #9980ED;
}
.AnyTagClassName
{
color: #9980ED;
}
</style>
background-color css
<style>
a { background-color: #9980ED; }
a { background-color: rgb(153,128,237); }
div.DivClassName
{
background-color: #9980ED;
}
.BgClassName
{
background-color: #9980ED;
}
</style>
border-color css
<style>
span { border-color: #9980ED; }
span { border-color: rgb(153,128,237); }
td.TdClassName
{
border-color: #9980ED;
}
.TagClassName
{
border-color: #9980ED;
}
</style>