Shades of Rouge #9E3374
Tints of Rouge #9E3374
RGB
CMYK
RGB Variations
Color information
#9E3374 (or 0x9E3374) is known color: Rouge. HEX triplet: 9E, 33 and 74. RGB value is (158,51,116). Sum of RGB (Red+Green+Blue) = 158+51+116=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3374 is #61CC8B. Grayscale: #5A5A5A. Windows color (decimal): -6409356 or 7615390. OLE color: 7615390.
HSL color Cylindrical-coordinate representation of color #9E3374: hue angle of 323.55º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3374 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 116 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.38 |
| HSL | 323.55º | 0.51% | 0.41% | - |
| HSV(B) | 323.55º | 0.68% | 0.62% | - |
| XYZ | 18.44 | 10.9 | 17.65 | - |
| YUV | 90.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 116 | 0 | 0.68 | 0.27 | 0.38 | 323.55 | 0.51 | 0.41 |
| Hex | 9E | 33 | 74 | 0 | 44 | 1B | 26 | 144 | 33 | 29 |
| Octal | 236 | 63 | 164 | 0 | 104 | 33 | 46 | 504 | 63 | 51 |
| Binary | 10011110 | 110011 | 1110100 | 0 | 1000100 | 11011 | 100110 | 101000100 | 110011 | 101001 |
Color Harmonies of #9E3374
Complementary color
Monochromatic Colors of #9E3374
Black with #9E3374
Text Example
Text Example
White with #9E3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3374; }
p { color: rgb(158,51,116); }
H1.HeaderClassName
{
color: #9E3374;
}
.AnyTagClassName
{
color: #9E3374;
}
</style>
background-color css
<style>
a { background-color: #9E3374; }
a { background-color: rgb(158,51,116); }
div.DivClassName
{
background-color: #9E3374;
}
.BgClassName
{
background-color: #9E3374;
}
</style>
border-color css
<style>
span { border-color: #9E3374; }
span { border-color: rgb(158,51,116); }
td.TdClassName
{
border-color: #9E3374;
}
.TagClassName
{
border-color: #9E3374;
}
</style>