Shades of Medium Purple #9D85ED
Tints of Medium Purple #9D85ED
RGB
CMYK
RGB Variations
Color information
#9D85ED (or 0x9D85ED) is known color: Medium Purple. HEX triplet: 9D, 85 and ED. RGB value is (157,133,237). Sum of RGB (Red+Green+Blue) = 157+133+237=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85ED is #627A12. Grayscale: #979797. Windows color (decimal): -6453779 or 15566237. OLE color: 15566237.
HSL color Cylindrical-coordinate representation of color #9D85ED: hue angle of 253.85º 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 #9D85ED is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 133 | 237 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.07 |
| HSL | 253.85º | 0.74% | 0.73% | - |
| HSV(B) | 253.85º | 0.44% | 0.93% | - |
| XYZ | 37.58 | 30.06 | 83.94 | - |
| YUV | 152.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 237 | 0.34 | 0.44 | 0 | 0.07 | 253.85 | 0.74 | 0.73 |
| Hex | 9D | 85 | ED | 22 | 2C | 0 | 7 | FE | 4A | 49 |
| Octal | 235 | 205 | 355 | 42 | 54 | 0 | 7 | 376 | 112 | 111 |
| Binary | 10011101 | 10000101 | 11101101 | 100010 | 101100 | 0 | 111 | 11111110 | 1001010 | 1001001 |
Color Harmonies of #9D85ED
Complementary color
Monochromatic Colors of #9D85ED
Black with #9D85ED
Text Example
Text Example
White with #9D85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D85ED; }
p { color: rgb(157,133,237); }
H1.HeaderClassName
{
color: #9D85ED;
}
.AnyTagClassName
{
color: #9D85ED;
}
</style>
background-color css
<style>
a { background-color: #9D85ED; }
a { background-color: rgb(157,133,237); }
div.DivClassName
{
background-color: #9D85ED;
}
.BgClassName
{
background-color: #9D85ED;
}
</style>
border-color css
<style>
span { border-color: #9D85ED; }
span { border-color: rgb(157,133,237); }
td.TdClassName
{
border-color: #9D85ED;
}
.TagClassName
{
border-color: #9D85ED;
}
</style>