Shades of Medium Purple #9785DF
Tints of Medium Purple #9785DF
RGB
CMYK
RGB Variations
Color information
#9785DF (or 0x9785DF) is known color: Medium Purple. HEX triplet: 97, 85 and DF. RGB value is (151,133,223). Sum of RGB (Red+Green+Blue) = 151+133+223=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9785DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785DF is #687A20. Grayscale: #949494. Windows color (decimal): -6847009 or 14648727. OLE color: 14648727.
HSL color Cylindrical-coordinate representation of color #9785DF: hue angle of 252º 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 #9785DF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 133 | 223 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.13 |
| HSL | 252º | 0.58% | 0.7% | - |
| HSV(B) | 252º | 0.4% | 0.87% | - |
| XYZ | 34.47 | 28.68 | 73.53 | - |
| YUV | 148.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 223 | 0.32 | 0.40 | 0 | 0.13 | 252 | 0.58 | 0.7 |
| Hex | 97 | 85 | DF | 20 | 28 | 0 | D | FC | 3A | 46 |
| Octal | 227 | 205 | 337 | 40 | 50 | 0 | 15 | 374 | 72 | 106 |
| Binary | 10010111 | 10000101 | 11011111 | 100000 | 101000 | 0 | 1101 | 11111100 | 111010 | 1000110 |
Color Harmonies of #9785DF
Complementary color
Monochromatic Colors of #9785DF
Black with #9785DF
Text Example
Text Example
White with #9785DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785DF; }
p { color: rgb(151,133,223); }
H1.HeaderClassName
{
color: #9785DF;
}
.AnyTagClassName
{
color: #9785DF;
}
</style>
background-color css
<style>
a { background-color: #9785DF; }
a { background-color: rgb(151,133,223); }
div.DivClassName
{
background-color: #9785DF;
}
.BgClassName
{
background-color: #9785DF;
}
</style>
border-color css
<style>
span { border-color: #9785DF; }
span { border-color: rgb(151,133,223); }
td.TdClassName
{
border-color: #9785DF;
}
.TagClassName
{
border-color: #9785DF;
}
</style>