Shades of Medium Purple #985DEE
Tints of Medium Purple #985DEE
RGB
CMYK
RGB Variations
Color information
#985DEE (or 0x985DEE) is known color: Medium Purple. HEX triplet: 98, 5D and EE. RGB value is (152,93,238). Sum of RGB (Red+Green+Blue) = 152+93+238=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #985DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985DEE is #67A211. Grayscale: #7E7E7E. Windows color (decimal): -6791698 or 15621528. OLE color: 15621528.
HSL color Cylindrical-coordinate representation of color #985DEE: hue angle of 264.41º 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 #985DEE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 93 | 238 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.07 |
| HSL | 264.41º | 0.81% | 0.65% | - |
| HSV(B) | 264.41º | 0.61% | 0.93% | - |
| XYZ | 32.3 | 20.68 | 83.18 | - |
| YUV | 127.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 238 | 0.36 | 0.61 | 0 | 0.07 | 264.41 | 0.81 | 0.65 |
| Hex | 98 | 5D | EE | 24 | 3D | 0 | 7 | 108 | 51 | 41 |
| Octal | 230 | 135 | 356 | 44 | 75 | 0 | 7 | 410 | 121 | 101 |
| Binary | 10011000 | 1011101 | 11101110 | 100100 | 111101 | 0 | 111 | 100001000 | 1010001 | 1000001 |
Color Harmonies of #985DEE
Complementary color
Monochromatic Colors of #985DEE
Black with #985DEE
Text Example
Text Example
White with #985DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DEE; }
p { color: rgb(152,93,238); }
H1.HeaderClassName
{
color: #985DEE;
}
.AnyTagClassName
{
color: #985DEE;
}
</style>
background-color css
<style>
a { background-color: #985DEE; }
a { background-color: rgb(152,93,238); }
div.DivClassName
{
background-color: #985DEE;
}
.BgClassName
{
background-color: #985DEE;
}
</style>
border-color css
<style>
span { border-color: #985DEE; }
span { border-color: rgb(152,93,238); }
td.TdClassName
{
border-color: #985DEE;
}
.TagClassName
{
border-color: #985DEE;
}
</style>