Shades of Rouge #9E3775
Tints of Rouge #9E3775
RGB
CMYK
RGB Variations
Color information
#9E3775 (or 0x9E3775) is known color: Rouge. HEX triplet: 9E, 37 and 75. RGB value is (158,55,117). Sum of RGB (Red+Green+Blue) = 158+55+117=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3775 is #61C88A. Grayscale: #5C5C5C. Windows color (decimal): -6408331 or 7681950. OLE color: 7681950.
HSL color Cylindrical-coordinate representation of color #9E3775: hue angle of 323.88º 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 #9E3775 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 117 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.38 |
| HSL | 323.88º | 0.48% | 0.42% | - |
| HSV(B) | 323.88º | 0.65% | 0.62% | - |
| XYZ | 18.68 | 11.29 | 18.02 | - |
| YUV | 92.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 117 | 0 | 0.65 | 0.26 | 0.38 | 323.88 | 0.48 | 0.42 |
| Hex | 9E | 37 | 75 | 0 | 41 | 1A | 26 | 144 | 30 | 2A |
| Octal | 236 | 67 | 165 | 0 | 101 | 32 | 46 | 504 | 60 | 52 |
| Binary | 10011110 | 110111 | 1110101 | 0 | 1000001 | 11010 | 100110 | 101000100 | 110000 | 101010 |
Color Harmonies of #9E3775
Complementary color
Monochromatic Colors of #9E3775
Black with #9E3775
Text Example
Text Example
White with #9E3775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3775; }
p { color: rgb(158,55,117); }
H1.HeaderClassName
{
color: #9E3775;
}
.AnyTagClassName
{
color: #9E3775;
}
</style>
background-color css
<style>
a { background-color: #9E3775; }
a { background-color: rgb(158,55,117); }
div.DivClassName
{
background-color: #9E3775;
}
.BgClassName
{
background-color: #9E3775;
}
</style>
border-color css
<style>
span { border-color: #9E3775; }
span { border-color: rgb(158,55,117); }
td.TdClassName
{
border-color: #9E3775;
}
.TagClassName
{
border-color: #9E3775;
}
</style>