Shades of Medium Purple #9886EE
Tints of Medium Purple #9886EE
RGB
CMYK
RGB Variations
Color information
#9886EE (or 0x9886EE) is known color: Medium Purple. HEX triplet: 98, 86 and EE. RGB value is (152,134,238). Sum of RGB (Red+Green+Blue) = 152+134+238=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #9886EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886EE is #677911. Grayscale: #969696. Windows color (decimal): -6781202 or 15632024. OLE color: 15632024.
HSL color Cylindrical-coordinate representation of color #9886EE: hue angle of 250.38º degrees, saturation: 0.75, 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 #9886EE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 134 | 238 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.07 |
| HSL | 250.38º | 0.75% | 0.73% | - |
| HSV(B) | 250.38º | 0.44% | 0.93% | - |
| XYZ | 36.91 | 29.9 | 84.71 | - |
| YUV | 151.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 238 | 0.36 | 0.44 | 0 | 0.07 | 250.38 | 0.75 | 0.73 |
| Hex | 98 | 86 | EE | 24 | 2C | 0 | 7 | FA | 4B | 49 |
| Octal | 230 | 206 | 356 | 44 | 54 | 0 | 7 | 372 | 113 | 111 |
| Binary | 10011000 | 10000110 | 11101110 | 100100 | 101100 | 0 | 111 | 11111010 | 1001011 | 1001001 |
Color Harmonies of #9886EE
Complementary color
Monochromatic Colors of #9886EE
Black with #9886EE
Text Example
Text Example
White with #9886EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886EE; }
p { color: rgb(152,134,238); }
H1.HeaderClassName
{
color: #9886EE;
}
.AnyTagClassName
{
color: #9886EE;
}
</style>
background-color css
<style>
a { background-color: #9886EE; }
a { background-color: rgb(152,134,238); }
div.DivClassName
{
background-color: #9886EE;
}
.BgClassName
{
background-color: #9886EE;
}
</style>
border-color css
<style>
span { border-color: #9886EE; }
span { border-color: rgb(152,134,238); }
td.TdClassName
{
border-color: #9886EE;
}
.TagClassName
{
border-color: #9886EE;
}
</style>