Shades of Rouge #9E3774
Tints of Rouge #9E3774
RGB
CMYK
RGB Variations
Color information
#9E3774 (or 0x9E3774) is known color: Rouge. HEX triplet: 9E, 37 and 74. RGB value is (158,55,116). Sum of RGB (Red+Green+Blue) = 158+55+116=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3774 is #61C88B. Grayscale: #5C5C5C. Windows color (decimal): -6408332 or 7616414. OLE color: 7616414.
HSL color Cylindrical-coordinate representation of color #9E3774: hue angle of 324.47º 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 #9E3774 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 116 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.38 |
| HSL | 324.47º | 0.48% | 0.42% | - |
| HSV(B) | 324.47º | 0.65% | 0.62% | - |
| XYZ | 18.62 | 11.26 | 17.72 | - |
| YUV | 92.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 116 | 0 | 0.65 | 0.27 | 0.38 | 324.47 | 0.48 | 0.42 |
| Hex | 9E | 37 | 74 | 0 | 41 | 1B | 26 | 144 | 30 | 2A |
| Octal | 236 | 67 | 164 | 0 | 101 | 33 | 46 | 504 | 60 | 52 |
| Binary | 10011110 | 110111 | 1110100 | 0 | 1000001 | 11011 | 100110 | 101000100 | 110000 | 101010 |
Color Harmonies of #9E3774
Complementary color
Monochromatic Colors of #9E3774
Black with #9E3774
Text Example
Text Example
White with #9E3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3774; }
p { color: rgb(158,55,116); }
H1.HeaderClassName
{
color: #9E3774;
}
.AnyTagClassName
{
color: #9E3774;
}
</style>
background-color css
<style>
a { background-color: #9E3774; }
a { background-color: rgb(158,55,116); }
div.DivClassName
{
background-color: #9E3774;
}
.BgClassName
{
background-color: #9E3774;
}
</style>
border-color css
<style>
span { border-color: #9E3774; }
span { border-color: rgb(158,55,116); }
td.TdClassName
{
border-color: #9E3774;
}
.TagClassName
{
border-color: #9E3774;
}
</style>