Shades of Medium Purple #9785EE
Tints of Medium Purple #9785EE
RGB
CMYK
RGB Variations
Color information
#9785EE (or 0x9785EE) is known color: Medium Purple. HEX triplet: 97, 85 and EE. RGB value is (151,133,238). Sum of RGB (Red+Green+Blue) = 151+133+238=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #9785EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785EE is #687A11. Grayscale: #959595. Windows color (decimal): -6846994 or 15631767. OLE color: 15631767.
HSL color Cylindrical-coordinate representation of color #9785EE: hue angle of 250.29º degrees, saturation: 0.76, 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 #9785EE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 133 | 238 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 250.29º | 0.76% | 0.73% | - |
| HSV(B) | 250.29º | 0.44% | 0.93% | - |
| XYZ | 36.58 | 29.53 | 84.66 | - |
| YUV | 150.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 238 | 0.37 | 0.44 | 0 | 0.07 | 250.29 | 0.76 | 0.73 |
| Hex | 97 | 85 | EE | 25 | 2C | 0 | 7 | FA | 4C | 49 |
| Octal | 227 | 205 | 356 | 45 | 54 | 0 | 7 | 372 | 114 | 111 |
| Binary | 10010111 | 10000101 | 11101110 | 100101 | 101100 | 0 | 111 | 11111010 | 1001100 | 1001001 |
Color Harmonies of #9785EE
Complementary color
Monochromatic Colors of #9785EE
Black with #9785EE
Text Example
Text Example
White with #9785EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785EE; }
p { color: rgb(151,133,238); }
H1.HeaderClassName
{
color: #9785EE;
}
.AnyTagClassName
{
color: #9785EE;
}
</style>
background-color css
<style>
a { background-color: #9785EE; }
a { background-color: rgb(151,133,238); }
div.DivClassName
{
background-color: #9785EE;
}
.BgClassName
{
background-color: #9785EE;
}
</style>
border-color css
<style>
span { border-color: #9785EE; }
span { border-color: rgb(151,133,238); }
td.TdClassName
{
border-color: #9785EE;
}
.TagClassName
{
border-color: #9785EE;
}
</style>