Shades of Rouge #9E3C6A
Tints of Rouge #9E3C6A
RGB
CMYK
RGB Variations
Color information
#9E3C6A (or 0x9E3C6A) is known color: Rouge. HEX triplet: 9E, 3C and 6A. RGB value is (158,60,106). Sum of RGB (Red+Green+Blue) = 158+60+106=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C6A is #61C395. Grayscale: #5E5E5E. Windows color (decimal): -6407062 or 6962334. OLE color: 6962334.
HSL color Cylindrical-coordinate representation of color #9E3C6A: hue angle of 331.84º 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 #9E3C6A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 106 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.38 |
| HSL | 331.84º | 0.45% | 0.43% | - |
| HSV(B) | 331.84º | 0.62% | 0.62% | - |
| XYZ | 18.32 | 11.54 | 14.9 | - |
| YUV | 94.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 106 | 0 | 0.62 | 0.33 | 0.38 | 331.84 | 0.45 | 0.43 |
| Hex | 9E | 3C | 6A | 0 | 3E | 21 | 26 | 14C | 2D | 2B |
| Octal | 236 | 74 | 152 | 0 | 76 | 41 | 46 | 514 | 55 | 53 |
| Binary | 10011110 | 111100 | 1101010 | 0 | 111110 | 100001 | 100110 | 101001100 | 101101 | 101011 |
Color Harmonies of #9E3C6A
Complementary color
Monochromatic Colors of #9E3C6A
Black with #9E3C6A
Text Example
Text Example
White with #9E3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C6A; }
p { color: rgb(158,60,106); }
H1.HeaderClassName
{
color: #9E3C6A;
}
.AnyTagClassName
{
color: #9E3C6A;
}
</style>
background-color css
<style>
a { background-color: #9E3C6A; }
a { background-color: rgb(158,60,106); }
div.DivClassName
{
background-color: #9E3C6A;
}
.BgClassName
{
background-color: #9E3C6A;
}
</style>
border-color css
<style>
span { border-color: #9E3C6A; }
span { border-color: rgb(158,60,106); }
td.TdClassName
{
border-color: #9E3C6A;
}
.TagClassName
{
border-color: #9E3C6A;
}
</style>