Shades of Rouge #9E3C75
Tints of Rouge #9E3C75
RGB
CMYK
RGB Variations
Color information
#9E3C75 (or 0x9E3C75) is known color: Rouge. HEX triplet: 9E, 3C and 75. RGB value is (158,60,117). Sum of RGB (Red+Green+Blue) = 158+60+117=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C75 is #61C38A. Grayscale: #5F5F5F. Windows color (decimal): -6407051 or 7683230. OLE color: 7683230.
HSL color Cylindrical-coordinate representation of color #9E3C75: hue angle of 325.1º 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 #9E3C75 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 117 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.38 |
| HSL | 325.1º | 0.45% | 0.43% | - |
| HSV(B) | 325.1º | 0.62% | 0.62% | - |
| XYZ | 18.93 | 11.79 | 18.11 | - |
| YUV | 95.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 117 | 0 | 0.62 | 0.26 | 0.38 | 325.1 | 0.45 | 0.43 |
| Hex | 9E | 3C | 75 | 0 | 3E | 1A | 26 | 145 | 2D | 2B |
| Octal | 236 | 74 | 165 | 0 | 76 | 32 | 46 | 505 | 55 | 53 |
| Binary | 10011110 | 111100 | 1110101 | 0 | 111110 | 11010 | 100110 | 101000101 | 101101 | 101011 |
Color Harmonies of #9E3C75
Complementary color
Monochromatic Colors of #9E3C75
Black with #9E3C75
Text Example
Text Example
White with #9E3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C75; }
p { color: rgb(158,60,117); }
H1.HeaderClassName
{
color: #9E3C75;
}
.AnyTagClassName
{
color: #9E3C75;
}
</style>
background-color css
<style>
a { background-color: #9E3C75; }
a { background-color: rgb(158,60,117); }
div.DivClassName
{
background-color: #9E3C75;
}
.BgClassName
{
background-color: #9E3C75;
}
</style>
border-color css
<style>
span { border-color: #9E3C75; }
span { border-color: rgb(158,60,117); }
td.TdClassName
{
border-color: #9E3C75;
}
.TagClassName
{
border-color: #9E3C75;
}
</style>