Shades of Medium Purple #9884E0
Tints of Medium Purple #9884E0
RGB
CMYK
RGB Variations
Color information
#9884E0 (or 0x9884E0) is known color: Medium Purple. HEX triplet: 98, 84 and E0. RGB value is (152,132,224). Sum of RGB (Red+Green+Blue) = 152+132+224=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #9884E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884E0 is #677B1F. Grayscale: #949494. Windows color (decimal): -6781728 or 14714008. OLE color: 14714008.
HSL color Cylindrical-coordinate representation of color #9884E0: hue angle of 253.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9884E0 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 132 | 224 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.12 |
| HSL | 253.04º | 0.6% | 0.7% | - |
| HSV(B) | 253.04º | 0.41% | 0.88% | - |
| XYZ | 34.65 | 28.56 | 74.21 | - |
| YUV | 148.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 224 | 0.32 | 0.41 | 0 | 0.12 | 253.04 | 0.6 | 0.7 |
| Hex | 98 | 84 | E0 | 20 | 29 | 0 | C | FD | 3C | 46 |
| Octal | 230 | 204 | 340 | 40 | 51 | 0 | 14 | 375 | 74 | 106 |
| Binary | 10011000 | 10000100 | 11100000 | 100000 | 101001 | 0 | 1100 | 11111101 | 111100 | 1000110 |
Color Harmonies of #9884E0
Complementary color
Monochromatic Colors of #9884E0
Black with #9884E0
Text Example
Text Example
White with #9884E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884E0; }
p { color: rgb(152,132,224); }
H1.HeaderClassName
{
color: #9884E0;
}
.AnyTagClassName
{
color: #9884E0;
}
</style>
background-color css
<style>
a { background-color: #9884E0; }
a { background-color: rgb(152,132,224); }
div.DivClassName
{
background-color: #9884E0;
}
.BgClassName
{
background-color: #9884E0;
}
</style>
border-color css
<style>
span { border-color: #9884E0; }
span { border-color: rgb(152,132,224); }
td.TdClassName
{
border-color: #9884E0;
}
.TagClassName
{
border-color: #9884E0;
}
</style>