Shades of Medium Purple #9985DF
Tints of Medium Purple #9985DF
RGB
CMYK
RGB Variations
Color information
#9985DF (or 0x9985DF) is known color: Medium Purple. HEX triplet: 99, 85 and DF. RGB value is (153,133,223). Sum of RGB (Red+Green+Blue) = 153+133+223=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #9985DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985DF is #667A20. Grayscale: #949494. Windows color (decimal): -6715937 or 14648729. OLE color: 14648729.
HSL color Cylindrical-coordinate representation of color #9985DF: hue angle of 253.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9985DF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 133 | 223 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.13 |
| HSL | 253.33º | 0.58% | 0.7% | - |
| HSV(B) | 253.33º | 0.4% | 0.87% | - |
| XYZ | 34.84 | 28.88 | 73.55 | - |
| YUV | 149.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 223 | 0.31 | 0.40 | 0 | 0.13 | 253.33 | 0.58 | 0.7 |
| Hex | 99 | 85 | DF | 1F | 28 | 0 | D | FD | 3A | 46 |
| Octal | 231 | 205 | 337 | 37 | 50 | 0 | 15 | 375 | 72 | 106 |
| Binary | 10011001 | 10000101 | 11011111 | 11111 | 101000 | 0 | 1101 | 11111101 | 111010 | 1000110 |
Color Harmonies of #9985DF
Complementary color
Monochromatic Colors of #9985DF
Black with #9985DF
Text Example
Text Example
White with #9985DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985DF; }
p { color: rgb(153,133,223); }
H1.HeaderClassName
{
color: #9985DF;
}
.AnyTagClassName
{
color: #9985DF;
}
</style>
background-color css
<style>
a { background-color: #9985DF; }
a { background-color: rgb(153,133,223); }
div.DivClassName
{
background-color: #9985DF;
}
.BgClassName
{
background-color: #9985DF;
}
</style>
border-color css
<style>
span { border-color: #9985DF; }
span { border-color: rgb(153,133,223); }
td.TdClassName
{
border-color: #9985DF;
}
.TagClassName
{
border-color: #9985DF;
}
</style>