Shades of Rouge #9E3C64
Tints of Rouge #9E3C64
RGB
CMYK
RGB Variations
Color information
#9E3C64 (or 0x9E3C64) is known color: Rouge. HEX triplet: 9E, 3C and 64. RGB value is (158,60,100). Sum of RGB (Red+Green+Blue) = 158+60+100=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C64 is #61C39B. Grayscale: #5D5D5D. Windows color (decimal): -6407068 or 6569118. OLE color: 6569118.
HSL color Cylindrical-coordinate representation of color #9E3C64: hue angle of 335.51º 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 #9E3C64 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 100 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.38 |
| HSL | 335.51º | 0.45% | 0.43% | - |
| HSV(B) | 335.51º | 0.62% | 0.62% | - |
| XYZ | 18.02 | 11.42 | 13.31 | - |
| YUV | 93.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 100 | 0 | 0.62 | 0.37 | 0.38 | 335.51 | 0.45 | 0.43 |
| Hex | 9E | 3C | 64 | 0 | 3E | 25 | 26 | 150 | 2D | 2B |
| Octal | 236 | 74 | 144 | 0 | 76 | 45 | 46 | 520 | 55 | 53 |
| Binary | 10011110 | 111100 | 1100100 | 0 | 111110 | 100101 | 100110 | 101010000 | 101101 | 101011 |
Color Harmonies of #9E3C64
Complementary color
Monochromatic Colors of #9E3C64
Black with #9E3C64
Text Example
Text Example
White with #9E3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C64; }
p { color: rgb(158,60,100); }
H1.HeaderClassName
{
color: #9E3C64;
}
.AnyTagClassName
{
color: #9E3C64;
}
</style>
background-color css
<style>
a { background-color: #9E3C64; }
a { background-color: rgb(158,60,100); }
div.DivClassName
{
background-color: #9E3C64;
}
.BgClassName
{
background-color: #9E3C64;
}
</style>
border-color css
<style>
span { border-color: #9E3C64; }
span { border-color: rgb(158,60,100); }
td.TdClassName
{
border-color: #9E3C64;
}
.TagClassName
{
border-color: #9E3C64;
}
</style>