Shades of Medium Purple #9985EE
Tints of Medium Purple #9985EE
RGB
CMYK
RGB Variations
Color information
#9985EE (or 0x9985EE) is known color: Medium Purple. HEX triplet: 99, 85 and EE. RGB value is (153,133,238). Sum of RGB (Red+Green+Blue) = 153+133+238=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 133 (52.34% from 255 or 25.38% 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 #9985EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9985EE is #667A11. Grayscale: #969696. Windows color (decimal): -6715922 or 15631769. OLE color: 15631769.
HSL color Cylindrical-coordinate representation of color #9985EE: hue angle of 251.43º 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 #9985EE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 133 | 238 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.07 |
| HSL | 251.43º | 0.76% | 0.73% | - |
| HSV(B) | 251.43º | 0.44% | 0.93% | - |
| XYZ | 36.96 | 29.72 | 84.68 | - |
| YUV | 150.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 238 | 0.36 | 0.44 | 0 | 0.07 | 251.43 | 0.76 | 0.73 |
| Hex | 99 | 85 | EE | 24 | 2C | 0 | 7 | FB | 4C | 49 |
| Octal | 231 | 205 | 356 | 44 | 54 | 0 | 7 | 373 | 114 | 111 |
| Binary | 10011001 | 10000101 | 11101110 | 100100 | 101100 | 0 | 111 | 11111011 | 1001100 | 1001001 |
Color Harmonies of #9985EE
Complementary color
Monochromatic Colors of #9985EE
Black with #9985EE
Text Example
Text Example
White with #9985EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985EE; }
p { color: rgb(153,133,238); }
H1.HeaderClassName
{
color: #9985EE;
}
.AnyTagClassName
{
color: #9985EE;
}
</style>
background-color css
<style>
a { background-color: #9985EE; }
a { background-color: rgb(153,133,238); }
div.DivClassName
{
background-color: #9985EE;
}
.BgClassName
{
background-color: #9985EE;
}
</style>
border-color css
<style>
span { border-color: #9985EE; }
span { border-color: rgb(153,133,238); }
td.TdClassName
{
border-color: #9985EE;
}
.TagClassName
{
border-color: #9985EE;
}
</style>