Shades of Medium Purple #9886E9
Tints of Medium Purple #9886E9
RGB
CMYK
RGB Variations
Color information
#9886E9 (or 0x9886E9) is known color: Medium Purple. HEX triplet: 98, 86 and E9. RGB value is (152,134,233). Sum of RGB (Red+Green+Blue) = 152+134+233=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #9886E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886E9 is #677916. Grayscale: #969696. Windows color (decimal): -6781207 or 15304344. OLE color: 15304344.
HSL color Cylindrical-coordinate representation of color #9886E9: hue angle of 250.91º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9886E9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 134 | 233 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.09 |
| HSL | 250.91º | 0.69% | 0.72% | - |
| HSV(B) | 250.91º | 0.42% | 0.91% | - |
| XYZ | 36.18 | 29.61 | 80.9 | - |
| YUV | 150.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 233 | 0.35 | 0.42 | 0 | 0.09 | 250.91 | 0.69 | 0.72 |
| Hex | 98 | 86 | E9 | 23 | 2A | 0 | 9 | FB | 45 | 48 |
| Octal | 230 | 206 | 351 | 43 | 52 | 0 | 11 | 373 | 105 | 110 |
| Binary | 10011000 | 10000110 | 11101001 | 100011 | 101010 | 0 | 1001 | 11111011 | 1000101 | 1001000 |
Color Harmonies of #9886E9
Complementary color
Monochromatic Colors of #9886E9
Black with #9886E9
Text Example
Text Example
White with #9886E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886E9; }
p { color: rgb(152,134,233); }
H1.HeaderClassName
{
color: #9886E9;
}
.AnyTagClassName
{
color: #9886E9;
}
</style>
background-color css
<style>
a { background-color: #9886E9; }
a { background-color: rgb(152,134,233); }
div.DivClassName
{
background-color: #9886E9;
}
.BgClassName
{
background-color: #9886E9;
}
</style>
border-color css
<style>
span { border-color: #9886E9; }
span { border-color: rgb(152,134,233); }
td.TdClassName
{
border-color: #9886E9;
}
.TagClassName
{
border-color: #9886E9;
}
</style>