Shades of Rouge #9E3876
Tints of Rouge #9E3876
RGB
CMYK
RGB Variations
Color information
#9E3876 (or 0x9E3876) is known color: Rouge. HEX triplet: 9E, 38 and 76. RGB value is (158,56,118). Sum of RGB (Red+Green+Blue) = 158+56+118=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3876 is #61C789. Grayscale: #5D5D5D. Windows color (decimal): -6408074 or 7747742. OLE color: 7747742.
HSL color Cylindrical-coordinate representation of color #9E3876: hue angle of 323.53º 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 #9E3876 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 118 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.38 |
| HSL | 323.53º | 0.48% | 0.42% | - |
| HSV(B) | 323.53º | 0.65% | 0.62% | - |
| XYZ | 18.78 | 11.41 | 18.35 | - |
| YUV | 93.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 118 | 0 | 0.65 | 0.25 | 0.38 | 323.53 | 0.48 | 0.42 |
| Hex | 9E | 38 | 76 | 0 | 41 | 19 | 26 | 144 | 30 | 2A |
| Octal | 236 | 70 | 166 | 0 | 101 | 31 | 46 | 504 | 60 | 52 |
| Binary | 10011110 | 111000 | 1110110 | 0 | 1000001 | 11001 | 100110 | 101000100 | 110000 | 101010 |
Color Harmonies of #9E3876
Complementary color
Monochromatic Colors of #9E3876
Black with #9E3876
Text Example
Text Example
White with #9E3876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3876; }
p { color: rgb(158,56,118); }
H1.HeaderClassName
{
color: #9E3876;
}
.AnyTagClassName
{
color: #9E3876;
}
</style>
background-color css
<style>
a { background-color: #9E3876; }
a { background-color: rgb(158,56,118); }
div.DivClassName
{
background-color: #9E3876;
}
.BgClassName
{
background-color: #9E3876;
}
</style>
border-color css
<style>
span { border-color: #9E3876; }
span { border-color: rgb(158,56,118); }
td.TdClassName
{
border-color: #9E3876;
}
.TagClassName
{
border-color: #9E3876;
}
</style>