Shades of Medium Purple #985CEE
Tints of Medium Purple #985CEE
RGB
CMYK
RGB Variations
Color information
#985CEE (or 0x985CEE) is known color: Medium Purple. HEX triplet: 98, 5C and EE. RGB value is (152,92,238). Sum of RGB (Red+Green+Blue) = 152+92+238=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #985CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CEE is #67A311. Grayscale: #7E7E7E. Windows color (decimal): -6791954 or 15621272. OLE color: 15621272.
HSL color Cylindrical-coordinate representation of color #985CEE: hue angle of 264.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985CEE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 92 | 238 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.07 |
| HSL | 264.66º | 0.81% | 0.65% | - |
| HSV(B) | 264.66º | 0.61% | 0.93% | - |
| XYZ | 32.21 | 20.5 | 83.15 | - |
| YUV | 126.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 238 | 0.36 | 0.61 | 0 | 0.07 | 264.66 | 0.81 | 0.65 |
| Hex | 98 | 5C | EE | 24 | 3D | 0 | 7 | 109 | 51 | 41 |
| Octal | 230 | 134 | 356 | 44 | 75 | 0 | 7 | 411 | 121 | 101 |
| Binary | 10011000 | 1011100 | 11101110 | 100100 | 111101 | 0 | 111 | 100001001 | 1010001 | 1000001 |
Color Harmonies of #985CEE
Complementary color
Monochromatic Colors of #985CEE
Black with #985CEE
Text Example
Text Example
White with #985CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CEE; }
p { color: rgb(152,92,238); }
H1.HeaderClassName
{
color: #985CEE;
}
.AnyTagClassName
{
color: #985CEE;
}
</style>
background-color css
<style>
a { background-color: #985CEE; }
a { background-color: rgb(152,92,238); }
div.DivClassName
{
background-color: #985CEE;
}
.BgClassName
{
background-color: #985CEE;
}
</style>
border-color css
<style>
span { border-color: #985CEE; }
span { border-color: rgb(152,92,238); }
td.TdClassName
{
border-color: #985CEE;
}
.TagClassName
{
border-color: #985CEE;
}
</style>