Shades of Medium Purple #9E76DC
Tints of Medium Purple #9E76DC
RGB
CMYK
RGB Variations
Color information
#9E76DC (or 0x9E76DC) is known color: Medium Purple. HEX triplet: 9E, 76 and DC. RGB value is (158,118,220). Sum of RGB (Red+Green+Blue) = 158+118+220=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76DC is #618923. Grayscale: #8D8D8D. Windows color (decimal): -6392100 or 14448286. OLE color: 14448286.
HSL color Cylindrical-coordinate representation of color #9E76DC: hue angle of 263.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E76DC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 118 | 220 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.14 |
| HSL | 263.53º | 0.59% | 0.66% | - |
| HSV(B) | 263.53º | 0.46% | 0.86% | - |
| XYZ | 33.5 | 25.39 | 70.85 | - |
| YUV | 141.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 220 | 0.28 | 0.46 | 0 | 0.14 | 263.53 | 0.59 | 0.66 |
| Hex | 9E | 76 | DC | 1C | 2E | 0 | E | 108 | 3B | 42 |
| Octal | 236 | 166 | 334 | 34 | 56 | 0 | 16 | 410 | 73 | 102 |
| Binary | 10011110 | 1110110 | 11011100 | 11100 | 101110 | 0 | 1110 | 100001000 | 111011 | 1000010 |
Color Harmonies of #9E76DC
Complementary color
Monochromatic Colors of #9E76DC
Black with #9E76DC
Text Example
Text Example
White with #9E76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76DC; }
p { color: rgb(158,118,220); }
H1.HeaderClassName
{
color: #9E76DC;
}
.AnyTagClassName
{
color: #9E76DC;
}
</style>
background-color css
<style>
a { background-color: #9E76DC; }
a { background-color: rgb(158,118,220); }
div.DivClassName
{
background-color: #9E76DC;
}
.BgClassName
{
background-color: #9E76DC;
}
</style>
border-color css
<style>
span { border-color: #9E76DC; }
span { border-color: rgb(158,118,220); }
td.TdClassName
{
border-color: #9E76DC;
}
.TagClassName
{
border-color: #9E76DC;
}
</style>