Shades of Rouge #9E3776
Tints of Rouge #9E3776
RGB
CMYK
RGB Variations
Color information
#9E3776 (or 0x9E3776) is known color: Rouge. HEX triplet: 9E, 37 and 76. RGB value is (158,55,118). Sum of RGB (Red+Green+Blue) = 158+55+118=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3776 is #61C889. Grayscale: #5C5C5C. Windows color (decimal): -6408330 or 7747486. OLE color: 7747486.
HSL color Cylindrical-coordinate representation of color #9E3776: hue angle of 323.3º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3776 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 118 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.38 |
| HSL | 323.3º | 0.48% | 0.42% | - |
| HSV(B) | 323.3º | 0.65% | 0.62% | - |
| XYZ | 18.74 | 11.31 | 18.33 | - |
| YUV | 92.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 118 | 0 | 0.65 | 0.25 | 0.38 | 323.3 | 0.48 | 0.42 |
| Hex | 9E | 37 | 76 | 0 | 41 | 19 | 26 | 143 | 30 | 2A |
| Octal | 236 | 67 | 166 | 0 | 101 | 31 | 46 | 503 | 60 | 52 |
| Binary | 10011110 | 110111 | 1110110 | 0 | 1000001 | 11001 | 100110 | 101000011 | 110000 | 101010 |
Color Harmonies of #9E3776
Complementary color
Monochromatic Colors of #9E3776
Black with #9E3776
Text Example
Text Example
White with #9E3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3776; }
p { color: rgb(158,55,118); }
H1.HeaderClassName
{
color: #9E3776;
}
.AnyTagClassName
{
color: #9E3776;
}
</style>
background-color css
<style>
a { background-color: #9E3776; }
a { background-color: rgb(158,55,118); }
div.DivClassName
{
background-color: #9E3776;
}
.BgClassName
{
background-color: #9E3776;
}
</style>
border-color css
<style>
span { border-color: #9E3776; }
span { border-color: rgb(158,55,118); }
td.TdClassName
{
border-color: #9E3776;
}
.TagClassName
{
border-color: #9E3776;
}
</style>