Shades of Medium Purple #9785ED
Tints of Medium Purple #9785ED
RGB
CMYK
RGB Variations
Color information
#9785ED (or 0x9785ED) is known color: Medium Purple. HEX triplet: 97, 85 and ED. RGB value is (151,133,237). Sum of RGB (Red+Green+Blue) = 151+133+237=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #9785ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785ED is #687A12. Grayscale: #959595. Windows color (decimal): -6846995 or 15566231. OLE color: 15566231.
HSL color Cylindrical-coordinate representation of color #9785ED: hue angle of 250.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9785ED is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 133 | 237 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.07 |
| HSL | 250.38º | 0.74% | 0.73% | - |
| HSV(B) | 250.38º | 0.44% | 0.93% | - |
| XYZ | 36.44 | 29.47 | 83.89 | - |
| YUV | 150.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 237 | 0.36 | 0.44 | 0 | 0.07 | 250.38 | 0.74 | 0.73 |
| Hex | 97 | 85 | ED | 24 | 2C | 0 | 7 | FA | 4A | 49 |
| Octal | 227 | 205 | 355 | 44 | 54 | 0 | 7 | 372 | 112 | 111 |
| Binary | 10010111 | 10000101 | 11101101 | 100100 | 101100 | 0 | 111 | 11111010 | 1001010 | 1001001 |
Color Harmonies of #9785ED
Complementary color
Monochromatic Colors of #9785ED
Black with #9785ED
Text Example
Text Example
White with #9785ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785ED; }
p { color: rgb(151,133,237); }
H1.HeaderClassName
{
color: #9785ED;
}
.AnyTagClassName
{
color: #9785ED;
}
</style>
background-color css
<style>
a { background-color: #9785ED; }
a { background-color: rgb(151,133,237); }
div.DivClassName
{
background-color: #9785ED;
}
.BgClassName
{
background-color: #9785ED;
}
</style>
border-color css
<style>
span { border-color: #9785ED; }
span { border-color: rgb(151,133,237); }
td.TdClassName
{
border-color: #9785ED;
}
.TagClassName
{
border-color: #9785ED;
}
</style>