Shades of Medium Purple #9985EF
Tints of Medium Purple #9985EF
RGB
CMYK
RGB Variations
Color information
#9985EF (or 0x9985EF) is known color: Medium Purple. HEX triplet: 99, 85 and EF. RGB value is (153,133,239). Sum of RGB (Red+Green+Blue) = 153+133+239=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #9985EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9985EF is #667A10. Grayscale: #969696. Windows color (decimal): -6715921 or 15697305. OLE color: 15697305.
HSL color Cylindrical-coordinate representation of color #9985EF: hue angle of 251.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9985EF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 133 | 239 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.06 |
| HSL | 251.32º | 0.77% | 0.73% | - |
| HSV(B) | 251.32º | 0.44% | 0.94% | - |
| XYZ | 37.1 | 29.78 | 85.45 | - |
| YUV | 151.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 239 | 0.36 | 0.44 | 0 | 0.06 | 251.32 | 0.77 | 0.73 |
| Hex | 99 | 85 | EF | 24 | 2C | 0 | 6 | FB | 4D | 49 |
| Octal | 231 | 205 | 357 | 44 | 54 | 0 | 6 | 373 | 115 | 111 |
| Binary | 10011001 | 10000101 | 11101111 | 100100 | 101100 | 0 | 110 | 11111011 | 1001101 | 1001001 |
Color Harmonies of #9985EF
Complementary color
Monochromatic Colors of #9985EF
Black with #9985EF
Text Example
Text Example
White with #9985EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985EF; }
p { color: rgb(153,133,239); }
H1.HeaderClassName
{
color: #9985EF;
}
.AnyTagClassName
{
color: #9985EF;
}
</style>
background-color css
<style>
a { background-color: #9985EF; }
a { background-color: rgb(153,133,239); }
div.DivClassName
{
background-color: #9985EF;
}
.BgClassName
{
background-color: #9985EF;
}
</style>
border-color css
<style>
span { border-color: #9985EF; }
span { border-color: rgb(153,133,239); }
td.TdClassName
{
border-color: #9985EF;
}
.TagClassName
{
border-color: #9985EF;
}
</style>