Shades of Medium Purple #985FDF
Tints of Medium Purple #985FDF
RGB
CMYK
RGB Variations
Color information
#985FDF (or 0x985FDF) is known color: Medium Purple. HEX triplet: 98, 5F and DF. RGB value is (152,95,223). Sum of RGB (Red+Green+Blue) = 152+95+223=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #985FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FDF is #67A020. Grayscale: #7E7E7E. Windows color (decimal): -6791201 or 14639000. OLE color: 14639000.
HSL color Cylindrical-coordinate representation of color #985FDF: hue angle of 266.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985FDF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 95 | 223 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.13 |
| HSL | 266.72º | 0.67% | 0.62% | - |
| HSV(B) | 266.72º | 0.57% | 0.87% | - |
| XYZ | 30.36 | 20.19 | 72.11 | - |
| YUV | 126.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 223 | 0.32 | 0.57 | 0 | 0.13 | 266.72 | 0.67 | 0.62 |
| Hex | 98 | 5F | DF | 20 | 39 | 0 | D | 10B | 43 | 3E |
| Octal | 230 | 137 | 337 | 40 | 71 | 0 | 15 | 413 | 103 | 76 |
| Binary | 10011000 | 1011111 | 11011111 | 100000 | 111001 | 0 | 1101 | 100001011 | 1000011 | 111110 |
Color Harmonies of #985FDF
Complementary color
Monochromatic Colors of #985FDF
Black with #985FDF
Text Example
Text Example
White with #985FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985FDF; }
p { color: rgb(152,95,223); }
H1.HeaderClassName
{
color: #985FDF;
}
.AnyTagClassName
{
color: #985FDF;
}
</style>
background-color css
<style>
a { background-color: #985FDF; }
a { background-color: rgb(152,95,223); }
div.DivClassName
{
background-color: #985FDF;
}
.BgClassName
{
background-color: #985FDF;
}
</style>
border-color css
<style>
span { border-color: #985FDF; }
span { border-color: rgb(152,95,223); }
td.TdClassName
{
border-color: #985FDF;
}
.TagClassName
{
border-color: #985FDF;
}
</style>