Shades of Rouge #9E3474
Tints of Rouge #9E3474
RGB
CMYK
RGB Variations
Color information
#9E3474 (or 0x9E3474) is known color: Rouge. HEX triplet: 9E, 34 and 74. RGB value is (158,52,116). Sum of RGB (Red+Green+Blue) = 158+52+116=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3474 is #61CB8B. Grayscale: #5A5A5A. Windows color (decimal): -6409100 or 7615646. OLE color: 7615646.
HSL color Cylindrical-coordinate representation of color #9E3474: hue angle of 323.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3474 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 116 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.38 |
| HSL | 323.77º | 0.5% | 0.41% | - |
| HSV(B) | 323.77º | 0.67% | 0.62% | - |
| XYZ | 18.48 | 10.99 | 17.67 | - |
| YUV | 90.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 116 | 0 | 0.67 | 0.27 | 0.38 | 323.77 | 0.5 | 0.41 |
| Hex | 9E | 34 | 74 | 0 | 43 | 1B | 26 | 144 | 32 | 29 |
| Octal | 236 | 64 | 164 | 0 | 103 | 33 | 46 | 504 | 62 | 51 |
| Binary | 10011110 | 110100 | 1110100 | 0 | 1000011 | 11011 | 100110 | 101000100 | 110010 | 101001 |
Color Harmonies of #9E3474
Complementary color
Monochromatic Colors of #9E3474
Black with #9E3474
Text Example
Text Example
White with #9E3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3474; }
p { color: rgb(158,52,116); }
H1.HeaderClassName
{
color: #9E3474;
}
.AnyTagClassName
{
color: #9E3474;
}
</style>
background-color css
<style>
a { background-color: #9E3474; }
a { background-color: rgb(158,52,116); }
div.DivClassName
{
background-color: #9E3474;
}
.BgClassName
{
background-color: #9E3474;
}
</style>
border-color css
<style>
span { border-color: #9E3474; }
span { border-color: rgb(158,52,116); }
td.TdClassName
{
border-color: #9E3474;
}
.TagClassName
{
border-color: #9E3474;
}
</style>