Shades of Medium Purple #9885EA
Tints of Medium Purple #9885EA
RGB
CMYK
RGB Variations
Color information
#9885EA (or 0x9885EA) is known color: Medium Purple. HEX triplet: 98, 85 and EA. RGB value is (152,133,234). Sum of RGB (Red+Green+Blue) = 152+133+234=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9885EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885EA is #677A15. Grayscale: #959595. Windows color (decimal): -6781462 or 15369624. OLE color: 15369624.
HSL color Cylindrical-coordinate representation of color #9885EA: hue angle of 251.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9885EA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 133 | 234 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.08 |
| HSL | 251.29º | 0.71% | 0.72% | - |
| HSV(B) | 251.29º | 0.43% | 0.92% | - |
| XYZ | 36.19 | 29.39 | 81.61 | - |
| YUV | 150.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 234 | 0.35 | 0.43 | 0 | 0.08 | 251.29 | 0.71 | 0.72 |
| Hex | 98 | 85 | EA | 23 | 2B | 0 | 8 | FB | 47 | 48 |
| Octal | 230 | 205 | 352 | 43 | 53 | 0 | 10 | 373 | 107 | 110 |
| Binary | 10011000 | 10000101 | 11101010 | 100011 | 101011 | 0 | 1000 | 11111011 | 1000111 | 1001000 |
Color Harmonies of #9885EA
Complementary color
Monochromatic Colors of #9885EA
Black with #9885EA
Text Example
Text Example
White with #9885EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885EA; }
p { color: rgb(152,133,234); }
H1.HeaderClassName
{
color: #9885EA;
}
.AnyTagClassName
{
color: #9885EA;
}
</style>
background-color css
<style>
a { background-color: #9885EA; }
a { background-color: rgb(152,133,234); }
div.DivClassName
{
background-color: #9885EA;
}
.BgClassName
{
background-color: #9885EA;
}
</style>
border-color css
<style>
span { border-color: #9885EA; }
span { border-color: rgb(152,133,234); }
td.TdClassName
{
border-color: #9885EA;
}
.TagClassName
{
border-color: #9885EA;
}
</style>