Shades of Rouge #9E3A6F
Tints of Rouge #9E3A6F
RGB
CMYK
RGB Variations
Color information
#9E3A6F (or 0x9E3A6F) is known color: Rouge. HEX triplet: 9E, 3A and 6F. RGB value is (158,58,111). Sum of RGB (Red+Green+Blue) = 158+58+111=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A6F is #61C590. Grayscale: #5D5D5D. Windows color (decimal): -6407569 or 7289502. OLE color: 7289502.
HSL color Cylindrical-coordinate representation of color #9E3A6F: hue angle of 328.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A6F is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 111 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.38 |
| HSL | 328.2º | 0.46% | 0.42% | - |
| HSV(B) | 328.2º | 0.63% | 0.62% | - |
| XYZ | 18.48 | 11.44 | 16.27 | - |
| YUV | 93.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 111 | 0 | 0.63 | 0.30 | 0.38 | 328.2 | 0.46 | 0.42 |
| Hex | 9E | 3A | 6F | 0 | 3F | 1E | 26 | 148 | 2E | 2A |
| Octal | 236 | 72 | 157 | 0 | 77 | 36 | 46 | 510 | 56 | 52 |
| Binary | 10011110 | 111010 | 1101111 | 0 | 111111 | 11110 | 100110 | 101001000 | 101110 | 101010 |
Color Harmonies of #9E3A6F
Complementary color
Monochromatic Colors of #9E3A6F
Black with #9E3A6F
Text Example
Text Example
White with #9E3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A6F; }
p { color: rgb(158,58,111); }
H1.HeaderClassName
{
color: #9E3A6F;
}
.AnyTagClassName
{
color: #9E3A6F;
}
</style>
background-color css
<style>
a { background-color: #9E3A6F; }
a { background-color: rgb(158,58,111); }
div.DivClassName
{
background-color: #9E3A6F;
}
.BgClassName
{
background-color: #9E3A6F;
}
</style>
border-color css
<style>
span { border-color: #9E3A6F; }
span { border-color: rgb(158,58,111); }
td.TdClassName
{
border-color: #9E3A6F;
}
.TagClassName
{
border-color: #9E3A6F;
}
</style>