Shades of Medium Purple #9885EE
Tints of Medium Purple #9885EE
RGB
CMYK
RGB Variations
Color information
#9885EE (or 0x9885EE) is known color: Medium Purple. HEX triplet: 98, 85 and EE. RGB value is (152,133,238). Sum of RGB (Red+Green+Blue) = 152+133+238=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #9885EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885EE is #677A11. Grayscale: #969696. Windows color (decimal): -6781458 or 15631768. OLE color: 15631768.
HSL color Cylindrical-coordinate representation of color #9885EE: hue angle of 250.86º degrees, saturation: 0.76, 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 #9885EE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 133 | 238 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.07 |
| HSL | 250.86º | 0.76% | 0.73% | - |
| HSV(B) | 250.86º | 0.44% | 0.93% | - |
| XYZ | 36.77 | 29.62 | 84.67 | - |
| YUV | 150.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 238 | 0.36 | 0.44 | 0 | 0.07 | 250.86 | 0.76 | 0.73 |
| Hex | 98 | 85 | EE | 24 | 2C | 0 | 7 | FB | 4C | 49 |
| Octal | 230 | 205 | 356 | 44 | 54 | 0 | 7 | 373 | 114 | 111 |
| Binary | 10011000 | 10000101 | 11101110 | 100100 | 101100 | 0 | 111 | 11111011 | 1001100 | 1001001 |
Color Harmonies of #9885EE
Complementary color
Monochromatic Colors of #9885EE
Black with #9885EE
Text Example
Text Example
White with #9885EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885EE; }
p { color: rgb(152,133,238); }
H1.HeaderClassName
{
color: #9885EE;
}
.AnyTagClassName
{
color: #9885EE;
}
</style>
background-color css
<style>
a { background-color: #9885EE; }
a { background-color: rgb(152,133,238); }
div.DivClassName
{
background-color: #9885EE;
}
.BgClassName
{
background-color: #9885EE;
}
</style>
border-color css
<style>
span { border-color: #9885EE; }
span { border-color: rgb(152,133,238); }
td.TdClassName
{
border-color: #9885EE;
}
.TagClassName
{
border-color: #9885EE;
}
</style>