Shades of Medium Purple #985CEF
Tints of Medium Purple #985CEF
RGB
CMYK
RGB Variations
Color information
#985CEF (or 0x985CEF) is known color: Medium Purple. HEX triplet: 98, 5C and EF. RGB value is (152,92,239). Sum of RGB (Red+Green+Blue) = 152+92+239=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #985CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CEF is #67A310. Grayscale: #7E7E7E. Windows color (decimal): -6791953 or 15686808. OLE color: 15686808.
HSL color Cylindrical-coordinate representation of color #985CEF: hue angle of 264.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985CEF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 92 | 239 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.06 |
| HSL | 264.49º | 0.82% | 0.65% | - |
| HSV(B) | 264.49º | 0.62% | 0.94% | - |
| XYZ | 32.36 | 20.56 | 83.92 | - |
| YUV | 126.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 239 | 0.36 | 0.62 | 0 | 0.06 | 264.49 | 0.82 | 0.65 |
| Hex | 98 | 5C | EF | 24 | 3E | 0 | 6 | 108 | 52 | 41 |
| Octal | 230 | 134 | 357 | 44 | 76 | 0 | 6 | 410 | 122 | 101 |
| Binary | 10011000 | 1011100 | 11101111 | 100100 | 111110 | 0 | 110 | 100001000 | 1010010 | 1000001 |
Color Harmonies of #985CEF
Complementary color
Monochromatic Colors of #985CEF
Black with #985CEF
Text Example
Text Example
White with #985CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CEF; }
p { color: rgb(152,92,239); }
H1.HeaderClassName
{
color: #985CEF;
}
.AnyTagClassName
{
color: #985CEF;
}
</style>
background-color css
<style>
a { background-color: #985CEF; }
a { background-color: rgb(152,92,239); }
div.DivClassName
{
background-color: #985CEF;
}
.BgClassName
{
background-color: #985CEF;
}
</style>
border-color css
<style>
span { border-color: #985CEF; }
span { border-color: rgb(152,92,239); }
td.TdClassName
{
border-color: #985CEF;
}
.TagClassName
{
border-color: #985CEF;
}
</style>