Shades of Medium Purple #985EEF
Tints of Medium Purple #985EEF
RGB
CMYK
RGB Variations
Color information
#985EEF (or 0x985EEF) is known color: Medium Purple. HEX triplet: 98, 5E and EF. RGB value is (152,94,239). Sum of RGB (Red+Green+Blue) = 152+94+239=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #985EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985EEF is #67A110. Grayscale: #7F7F7F. Windows color (decimal): -6791441 or 15687320. OLE color: 15687320.
HSL color Cylindrical-coordinate representation of color #985EEF: hue angle of 264º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985EEF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 94 | 239 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.06 |
| HSL | 264º | 0.82% | 0.65% | - |
| HSV(B) | 264º | 0.61% | 0.94% | - |
| XYZ | 32.53 | 20.91 | 83.98 | - |
| YUV | 127.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 239 | 0.36 | 0.61 | 0 | 0.06 | 264 | 0.82 | 0.65 |
| Hex | 98 | 5E | EF | 24 | 3D | 0 | 6 | 108 | 52 | 41 |
| Octal | 230 | 136 | 357 | 44 | 75 | 0 | 6 | 410 | 122 | 101 |
| Binary | 10011000 | 1011110 | 11101111 | 100100 | 111101 | 0 | 110 | 100001000 | 1010010 | 1000001 |
Color Harmonies of #985EEF
Complementary color
Monochromatic Colors of #985EEF
Black with #985EEF
Text Example
Text Example
White with #985EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EEF; }
p { color: rgb(152,94,239); }
H1.HeaderClassName
{
color: #985EEF;
}
.AnyTagClassName
{
color: #985EEF;
}
</style>
background-color css
<style>
a { background-color: #985EEF; }
a { background-color: rgb(152,94,239); }
div.DivClassName
{
background-color: #985EEF;
}
.BgClassName
{
background-color: #985EEF;
}
</style>
border-color css
<style>
span { border-color: #985EEF; }
span { border-color: rgb(152,94,239); }
td.TdClassName
{
border-color: #985EEF;
}
.TagClassName
{
border-color: #985EEF;
}
</style>