Shades of Medium Purple #9E73DC
Tints of Medium Purple #9E73DC
RGB
CMYK
RGB Variations
Color information
#9E73DC (or 0x9E73DC) is known color: Medium Purple. HEX triplet: 9E, 73 and DC. RGB value is (158,115,220). Sum of RGB (Red+Green+Blue) = 158+115+220=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73DC is #618C23. Grayscale: #8B8B8B. Windows color (decimal): -6392868 or 14447518. OLE color: 14447518.
HSL color Cylindrical-coordinate representation of color #9E73DC: hue angle of 264.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E73DC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 115 | 220 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.14 |
| HSL | 264.57º | 0.6% | 0.66% | - |
| HSV(B) | 264.57º | 0.48% | 0.86% | - |
| XYZ | 33.15 | 24.7 | 70.73 | - |
| YUV | 139.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 220 | 0.28 | 0.48 | 0 | 0.14 | 264.57 | 0.6 | 0.66 |
| Hex | 9E | 73 | DC | 1C | 30 | 0 | E | 109 | 3C | 42 |
| Octal | 236 | 163 | 334 | 34 | 60 | 0 | 16 | 411 | 74 | 102 |
| Binary | 10011110 | 1110011 | 11011100 | 11100 | 110000 | 0 | 1110 | 100001001 | 111100 | 1000010 |
Color Harmonies of #9E73DC
Complementary color
Monochromatic Colors of #9E73DC
Black with #9E73DC
Text Example
Text Example
White with #9E73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73DC; }
p { color: rgb(158,115,220); }
H1.HeaderClassName
{
color: #9E73DC;
}
.AnyTagClassName
{
color: #9E73DC;
}
</style>
background-color css
<style>
a { background-color: #9E73DC; }
a { background-color: rgb(158,115,220); }
div.DivClassName
{
background-color: #9E73DC;
}
.BgClassName
{
background-color: #9E73DC;
}
</style>
border-color css
<style>
span { border-color: #9E73DC; }
span { border-color: rgb(158,115,220); }
td.TdClassName
{
border-color: #9E73DC;
}
.TagClassName
{
border-color: #9E73DC;
}
</style>