Shades of Medium Purple #9E76DD
Tints of Medium Purple #9E76DD
RGB
CMYK
RGB Variations
Color information
#9E76DD (or 0x9E76DD) is known color: Medium Purple. HEX triplet: 9E, 76 and DD. RGB value is (158,118,221). Sum of RGB (Red+Green+Blue) = 158+118+221=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76DD is #618922. Grayscale: #8D8D8D. Windows color (decimal): -6392099 or 14513822. OLE color: 14513822.
HSL color Cylindrical-coordinate representation of color #9E76DD: hue angle of 263.3º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E76DD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 118 | 221 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.13 |
| HSL | 263.3º | 0.6% | 0.66% | - |
| HSV(B) | 263.3º | 0.47% | 0.87% | - |
| XYZ | 33.63 | 25.45 | 71.55 | - |
| YUV | 141.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 221 | 0.29 | 0.47 | 0 | 0.13 | 263.3 | 0.6 | 0.66 |
| Hex | 9E | 76 | DD | 1D | 2F | 0 | D | 107 | 3C | 42 |
| Octal | 236 | 166 | 335 | 35 | 57 | 0 | 15 | 407 | 74 | 102 |
| Binary | 10011110 | 1110110 | 11011101 | 11101 | 101111 | 0 | 1101 | 100000111 | 111100 | 1000010 |
Color Harmonies of #9E76DD
Complementary color
Monochromatic Colors of #9E76DD
Black with #9E76DD
Text Example
Text Example
White with #9E76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76DD; }
p { color: rgb(158,118,221); }
H1.HeaderClassName
{
color: #9E76DD;
}
.AnyTagClassName
{
color: #9E76DD;
}
</style>
background-color css
<style>
a { background-color: #9E76DD; }
a { background-color: rgb(158,118,221); }
div.DivClassName
{
background-color: #9E76DD;
}
.BgClassName
{
background-color: #9E76DD;
}
</style>
border-color css
<style>
span { border-color: #9E76DD; }
span { border-color: rgb(158,118,221); }
td.TdClassName
{
border-color: #9E76DD;
}
.TagClassName
{
border-color: #9E76DD;
}
</style>