Shades of Medium Purple #9888ED
Tints of Medium Purple #9888ED
RGB
CMYK
RGB Variations
Color information
#9888ED (or 0x9888ED) is known color: Medium Purple. HEX triplet: 98, 88 and ED. RGB value is (152,136,237). Sum of RGB (Red+Green+Blue) = 152+136+237=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #9888ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888ED is #677712. Grayscale: #979797. Windows color (decimal): -6780691 or 15567000. OLE color: 15567000.
HSL color Cylindrical-coordinate representation of color #9888ED: hue angle of 249.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9888ED is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 136 | 237 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.07 |
| HSL | 249.5º | 0.74% | 0.73% | - |
| HSV(B) | 249.5º | 0.43% | 0.93% | - |
| XYZ | 37.04 | 30.4 | 84.04 | - |
| YUV | 152.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 237 | 0.36 | 0.43 | 0 | 0.07 | 249.5 | 0.74 | 0.73 |
| Hex | 98 | 88 | ED | 24 | 2B | 0 | 7 | FA | 4A | 49 |
| Octal | 230 | 210 | 355 | 44 | 53 | 0 | 7 | 372 | 112 | 111 |
| Binary | 10011000 | 10001000 | 11101101 | 100100 | 101011 | 0 | 111 | 11111010 | 1001010 | 1001001 |
Color Harmonies of #9888ED
Complementary color
Monochromatic Colors of #9888ED
Black with #9888ED
Text Example
Text Example
White with #9888ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888ED; }
p { color: rgb(152,136,237); }
H1.HeaderClassName
{
color: #9888ED;
}
.AnyTagClassName
{
color: #9888ED;
}
</style>
background-color css
<style>
a { background-color: #9888ED; }
a { background-color: rgb(152,136,237); }
div.DivClassName
{
background-color: #9888ED;
}
.BgClassName
{
background-color: #9888ED;
}
</style>
border-color css
<style>
span { border-color: #9888ED; }
span { border-color: rgb(152,136,237); }
td.TdClassName
{
border-color: #9888ED;
}
.TagClassName
{
border-color: #9888ED;
}
</style>