Shades of Rouge #9E3E75
Tints of Rouge #9E3E75
RGB
CMYK
RGB Variations
Color information
#9E3E75 (or 0x9E3E75) is known color: Rouge. HEX triplet: 9E, 3E and 75. RGB value is (158,62,117). Sum of RGB (Red+Green+Blue) = 158+62+117=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3E75 is #61C18A. Grayscale: #606060. Windows color (decimal): -6406539 or 7683742. OLE color: 7683742.
HSL color Cylindrical-coordinate representation of color #9E3E75: hue angle of 325.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E3E75 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 62 | 117 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.38 |
| HSL | 325.63º | 0.44% | 0.43% | - |
| HSV(B) | 325.63º | 0.61% | 0.62% | - |
| XYZ | 19.03 | 12 | 18.14 | - |
| YUV | 96.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 117 | 0 | 0.61 | 0.26 | 0.38 | 325.63 | 0.44 | 0.43 |
| Hex | 9E | 3E | 75 | 0 | 3D | 1A | 26 | 146 | 2C | 2B |
| Octal | 236 | 76 | 165 | 0 | 75 | 32 | 46 | 506 | 54 | 53 |
| Binary | 10011110 | 111110 | 1110101 | 0 | 111101 | 11010 | 100110 | 101000110 | 101100 | 101011 |
Color Harmonies of #9E3E75
Complementary color
Monochromatic Colors of #9E3E75
Black with #9E3E75
Text Example
Text Example
White with #9E3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3E75; }
p { color: rgb(158,62,117); }
H1.HeaderClassName
{
color: #9E3E75;
}
.AnyTagClassName
{
color: #9E3E75;
}
</style>
background-color css
<style>
a { background-color: #9E3E75; }
a { background-color: rgb(158,62,117); }
div.DivClassName
{
background-color: #9E3E75;
}
.BgClassName
{
background-color: #9E3E75;
}
</style>
border-color css
<style>
span { border-color: #9E3E75; }
span { border-color: rgb(158,62,117); }
td.TdClassName
{
border-color: #9E3E75;
}
.TagClassName
{
border-color: #9E3E75;
}
</style>