Shades of Rouge #9E3C73
Tints of Rouge #9E3C73
RGB
CMYK
RGB Variations
Color information
#9E3C73 (or 0x9E3C73) is known color: Rouge. HEX triplet: 9E, 3C and 73. RGB value is (158,60,115). Sum of RGB (Red+Green+Blue) = 158+60+115=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C73 is #61C38C. Grayscale: #5F5F5F. Windows color (decimal): -6407053 or 7552158. OLE color: 7552158.
HSL color Cylindrical-coordinate representation of color #9E3C73: hue angle of 326.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3C73 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 115 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.38 |
| HSL | 326.33º | 0.45% | 0.43% | - |
| HSV(B) | 326.33º | 0.62% | 0.62% | - |
| XYZ | 18.81 | 11.74 | 17.49 | - |
| YUV | 95.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 115 | 0 | 0.62 | 0.27 | 0.38 | 326.33 | 0.45 | 0.43 |
| Hex | 9E | 3C | 73 | 0 | 3E | 1B | 26 | 146 | 2D | 2B |
| Octal | 236 | 74 | 163 | 0 | 76 | 33 | 46 | 506 | 55 | 53 |
| Binary | 10011110 | 111100 | 1110011 | 0 | 111110 | 11011 | 100110 | 101000110 | 101101 | 101011 |
Color Harmonies of #9E3C73
Complementary color
Monochromatic Colors of #9E3C73
Black with #9E3C73
Text Example
Text Example
White with #9E3C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C73; }
p { color: rgb(158,60,115); }
H1.HeaderClassName
{
color: #9E3C73;
}
.AnyTagClassName
{
color: #9E3C73;
}
</style>
background-color css
<style>
a { background-color: #9E3C73; }
a { background-color: rgb(158,60,115); }
div.DivClassName
{
background-color: #9E3C73;
}
.BgClassName
{
background-color: #9E3C73;
}
</style>
border-color css
<style>
span { border-color: #9E3C73; }
span { border-color: rgb(158,60,115); }
td.TdClassName
{
border-color: #9E3C73;
}
.TagClassName
{
border-color: #9E3C73;
}
</style>