Shades of Medium Purple #9884EF
Tints of Medium Purple #9884EF
RGB
CMYK
RGB Variations
Color information
#9884EF (or 0x9884EF) is known color: Medium Purple. HEX triplet: 98, 84 and EF. RGB value is (152,132,239). Sum of RGB (Red+Green+Blue) = 152+132+239=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #9884EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884EF is #677B10. Grayscale: #959595. Windows color (decimal): -6781713 or 15697048. OLE color: 15697048.
HSL color Cylindrical-coordinate representation of color #9884EF: hue angle of 251.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9884EF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 132 | 239 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.06 |
| HSL | 251.22º | 0.77% | 0.73% | - |
| HSV(B) | 251.22º | 0.45% | 0.94% | - |
| XYZ | 36.78 | 29.41 | 85.4 | - |
| YUV | 150.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 239 | 0.36 | 0.45 | 0 | 0.06 | 251.22 | 0.77 | 0.73 |
| Hex | 98 | 84 | EF | 24 | 2D | 0 | 6 | FB | 4D | 49 |
| Octal | 230 | 204 | 357 | 44 | 55 | 0 | 6 | 373 | 115 | 111 |
| Binary | 10011000 | 10000100 | 11101111 | 100100 | 101101 | 0 | 110 | 11111011 | 1001101 | 1001001 |
Color Harmonies of #9884EF
Complementary color
Monochromatic Colors of #9884EF
Black with #9884EF
Text Example
Text Example
White with #9884EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884EF; }
p { color: rgb(152,132,239); }
H1.HeaderClassName
{
color: #9884EF;
}
.AnyTagClassName
{
color: #9884EF;
}
</style>
background-color css
<style>
a { background-color: #9884EF; }
a { background-color: rgb(152,132,239); }
div.DivClassName
{
background-color: #9884EF;
}
.BgClassName
{
background-color: #9884EF;
}
</style>
border-color css
<style>
span { border-color: #9884EF; }
span { border-color: rgb(152,132,239); }
td.TdClassName
{
border-color: #9884EF;
}
.TagClassName
{
border-color: #9884EF;
}
</style>