Shades of Medium Purple #9D5EEC
Tints of Medium Purple #9D5EEC
RGB
CMYK
RGB Variations
Color information
#9D5EEC (or 0x9D5EEC) is known color: Medium Purple. HEX triplet: 9D, 5E and EC. RGB value is (157,94,236). Sum of RGB (Red+Green+Blue) = 157+94+236=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5EEC is #62A113. Grayscale: #808080. Windows color (decimal): -6463764 or 15490717. OLE color: 15490717.
HSL color Cylindrical-coordinate representation of color #9D5EEC: hue angle of 266.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D5EEC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 94 | 236 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.07 |
| HSL | 266.62º | 0.79% | 0.65% | - |
| HSV(B) | 266.62º | 0.6% | 0.93% | - |
| XYZ | 33.05 | 21.23 | 81.71 | - |
| YUV | 129.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 236 | 0.33 | 0.60 | 0 | 0.07 | 266.62 | 0.79 | 0.65 |
| Hex | 9D | 5E | EC | 21 | 3C | 0 | 7 | 10B | 4F | 41 |
| Octal | 235 | 136 | 354 | 41 | 74 | 0 | 7 | 413 | 117 | 101 |
| Binary | 10011101 | 1011110 | 11101100 | 100001 | 111100 | 0 | 111 | 100001011 | 1001111 | 1000001 |
Color Harmonies of #9D5EEC
Complementary color
Monochromatic Colors of #9D5EEC
Black with #9D5EEC
Text Example
Text Example
White with #9D5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5EEC; }
p { color: rgb(157,94,236); }
H1.HeaderClassName
{
color: #9D5EEC;
}
.AnyTagClassName
{
color: #9D5EEC;
}
</style>
background-color css
<style>
a { background-color: #9D5EEC; }
a { background-color: rgb(157,94,236); }
div.DivClassName
{
background-color: #9D5EEC;
}
.BgClassName
{
background-color: #9D5EEC;
}
</style>
border-color css
<style>
span { border-color: #9D5EEC; }
span { border-color: rgb(157,94,236); }
td.TdClassName
{
border-color: #9D5EEC;
}
.TagClassName
{
border-color: #9D5EEC;
}
</style>