Shades of Medium Purple #9882EC
Tints of Medium Purple #9882EC
RGB
CMYK
RGB Variations
Color information
#9882EC (or 0x9882EC) is known color: Medium Purple. HEX triplet: 98, 82 and EC. RGB value is (152,130,236). Sum of RGB (Red+Green+Blue) = 152+130+236=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9882EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9882EC is #677D13. Grayscale: #949494. Windows color (decimal): -6782228 or 15499928. OLE color: 15499928.
HSL color Cylindrical-coordinate representation of color #9882EC: hue angle of 252.45º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9882EC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 130 | 236 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.07 |
| HSL | 252.45º | 0.74% | 0.72% | - |
| HSV(B) | 252.45º | 0.45% | 0.93% | - |
| XYZ | 36.07 | 28.7 | 82.99 | - |
| YUV | 148.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 236 | 0.36 | 0.45 | 0 | 0.07 | 252.45 | 0.74 | 0.72 |
| Hex | 98 | 82 | EC | 24 | 2D | 0 | 7 | FC | 4A | 48 |
| Octal | 230 | 202 | 354 | 44 | 55 | 0 | 7 | 374 | 112 | 110 |
| Binary | 10011000 | 10000010 | 11101100 | 100100 | 101101 | 0 | 111 | 11111100 | 1001010 | 1001000 |
Color Harmonies of #9882EC
Complementary color
Monochromatic Colors of #9882EC
Black with #9882EC
Text Example
Text Example
White with #9882EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882EC; }
p { color: rgb(152,130,236); }
H1.HeaderClassName
{
color: #9882EC;
}
.AnyTagClassName
{
color: #9882EC;
}
</style>
background-color css
<style>
a { background-color: #9882EC; }
a { background-color: rgb(152,130,236); }
div.DivClassName
{
background-color: #9882EC;
}
.BgClassName
{
background-color: #9882EC;
}
</style>
border-color css
<style>
span { border-color: #9882EC; }
span { border-color: rgb(152,130,236); }
td.TdClassName
{
border-color: #9882EC;
}
.TagClassName
{
border-color: #9882EC;
}
</style>