Shades of Medium Purple #9885ED
Tints of Medium Purple #9885ED
RGB
CMYK
RGB Variations
Color information
#9885ED (or 0x9885ED) is known color: Medium Purple. HEX triplet: 98, 85 and ED. RGB value is (152,133,237). Sum of RGB (Red+Green+Blue) = 152+133+237=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #9885ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885ED is #677A12. Grayscale: #969696. Windows color (decimal): -6781459 or 15566232. OLE color: 15566232.
HSL color Cylindrical-coordinate representation of color #9885ED: hue angle of 250.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9885ED is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 133 | 237 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.07 |
| HSL | 250.96º | 0.74% | 0.73% | - |
| HSV(B) | 250.96º | 0.44% | 0.93% | - |
| XYZ | 36.62 | 29.56 | 83.9 | - |
| YUV | 150.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 237 | 0.36 | 0.44 | 0 | 0.07 | 250.96 | 0.74 | 0.73 |
| Hex | 98 | 85 | ED | 24 | 2C | 0 | 7 | FB | 4A | 49 |
| Octal | 230 | 205 | 355 | 44 | 54 | 0 | 7 | 373 | 112 | 111 |
| Binary | 10011000 | 10000101 | 11101101 | 100100 | 101100 | 0 | 111 | 11111011 | 1001010 | 1001001 |
Color Harmonies of #9885ED
Complementary color
Monochromatic Colors of #9885ED
Black with #9885ED
Text Example
Text Example
White with #9885ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885ED; }
p { color: rgb(152,133,237); }
H1.HeaderClassName
{
color: #9885ED;
}
.AnyTagClassName
{
color: #9885ED;
}
</style>
background-color css
<style>
a { background-color: #9885ED; }
a { background-color: rgb(152,133,237); }
div.DivClassName
{
background-color: #9885ED;
}
.BgClassName
{
background-color: #9885ED;
}
</style>
border-color css
<style>
span { border-color: #9885ED; }
span { border-color: rgb(152,133,237); }
td.TdClassName
{
border-color: #9885ED;
}
.TagClassName
{
border-color: #9885ED;
}
</style>