Shades of Medium Purple #9880F1
Tints of Medium Purple #9880F1
RGB
CMYK
RGB Variations
Color information
#9880F1 (or 0x9880F1) is known color: Medium Purple. HEX triplet: 98, 80 and F1. RGB value is (152,128,241). Sum of RGB (Red+Green+Blue) = 152+128+241=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #9880F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880F1 is #677F0E. Grayscale: #939393. Windows color (decimal): -6782735 or 15827096. OLE color: 15827096.
HSL color Cylindrical-coordinate representation of color #9880F1: hue angle of 252.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9880F1 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 128 | 241 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.05 |
| HSL | 252.74º | 0.8% | 0.72% | - |
| HSV(B) | 252.74º | 0.47% | 0.95% | - |
| XYZ | 36.55 | 28.46 | 86.79 | - |
| YUV | 148.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 241 | 0.37 | 0.47 | 0 | 0.05 | 252.74 | 0.8 | 0.72 |
| Hex | 98 | 80 | F1 | 25 | 2F | 0 | 5 | FD | 50 | 48 |
| Octal | 230 | 200 | 361 | 45 | 57 | 0 | 5 | 375 | 120 | 110 |
| Binary | 10011000 | 10000000 | 11110001 | 100101 | 101111 | 0 | 101 | 11111101 | 1010000 | 1001000 |
Color Harmonies of #9880F1
Complementary color
Monochromatic Colors of #9880F1
Black with #9880F1
Text Example
Text Example
White with #9880F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880F1; }
p { color: rgb(152,128,241); }
H1.HeaderClassName
{
color: #9880F1;
}
.AnyTagClassName
{
color: #9880F1;
}
</style>
background-color css
<style>
a { background-color: #9880F1; }
a { background-color: rgb(152,128,241); }
div.DivClassName
{
background-color: #9880F1;
}
.BgClassName
{
background-color: #9880F1;
}
</style>
border-color css
<style>
span { border-color: #9880F1; }
span { border-color: rgb(152,128,241); }
td.TdClassName
{
border-color: #9880F1;
}
.TagClassName
{
border-color: #9880F1;
}
</style>