Shades of Medium Purple #9E73DD
Tints of Medium Purple #9E73DD
RGB
CMYK
RGB Variations
Color information
#9E73DD (or 0x9E73DD) is known color: Medium Purple. HEX triplet: 9E, 73 and DD. RGB value is (158,115,221). Sum of RGB (Red+Green+Blue) = 158+115+221=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73DD is #618C22. Grayscale: #8B8B8B. Windows color (decimal): -6392867 or 14513054. OLE color: 14513054.
HSL color Cylindrical-coordinate representation of color #9E73DD: hue angle of 264.34º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E73DD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 115 | 221 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.13 |
| HSL | 264.34º | 0.61% | 0.66% | - |
| HSV(B) | 264.34º | 0.48% | 0.87% | - |
| XYZ | 33.28 | 24.75 | 71.43 | - |
| YUV | 139.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 221 | 0.29 | 0.48 | 0 | 0.13 | 264.34 | 0.61 | 0.66 |
| Hex | 9E | 73 | DD | 1D | 30 | 0 | D | 108 | 3D | 42 |
| Octal | 236 | 163 | 335 | 35 | 60 | 0 | 15 | 410 | 75 | 102 |
| Binary | 10011110 | 1110011 | 11011101 | 11101 | 110000 | 0 | 1101 | 100001000 | 111101 | 1000010 |
Color Harmonies of #9E73DD
Complementary color
Monochromatic Colors of #9E73DD
Black with #9E73DD
Text Example
Text Example
White with #9E73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73DD; }
p { color: rgb(158,115,221); }
H1.HeaderClassName
{
color: #9E73DD;
}
.AnyTagClassName
{
color: #9E73DD;
}
</style>
background-color css
<style>
a { background-color: #9E73DD; }
a { background-color: rgb(158,115,221); }
div.DivClassName
{
background-color: #9E73DD;
}
.BgClassName
{
background-color: #9E73DD;
}
</style>
border-color css
<style>
span { border-color: #9E73DD; }
span { border-color: rgb(158,115,221); }
td.TdClassName
{
border-color: #9E73DD;
}
.TagClassName
{
border-color: #9E73DD;
}
</style>