Shades of Rouge #9D3A5E
Tints of Rouge #9D3A5E
RGB
CMYK
RGB Variations
Color information
#9D3A5E (or 0x9D3A5E) is known color: Rouge. HEX triplet: 9D, 3A and 5E. RGB value is (157,58,94). Sum of RGB (Red+Green+Blue) = 157+58+94=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3A5E is #62C5A1. Grayscale: #5B5B5B. Windows color (decimal): -6473122 or 6175389. OLE color: 6175389.
HSL color Cylindrical-coordinate representation of color #9D3A5E: hue angle of 338.18º 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 #9D3A5E is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 94 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.38 |
| HSL | 338.18º | 0.46% | 0.42% | - |
| HSV(B) | 338.18º | 0.63% | 0.62% | - |
| XYZ | 17.44 | 11 | 11.79 | - |
| YUV | 91.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 94 | 0 | 0.63 | 0.40 | 0.38 | 338.18 | 0.46 | 0.42 |
| Hex | 9D | 3A | 5E | 0 | 3F | 28 | 26 | 152 | 2E | 2A |
| Octal | 235 | 72 | 136 | 0 | 77 | 50 | 46 | 522 | 56 | 52 |
| Binary | 10011101 | 111010 | 1011110 | 0 | 111111 | 101000 | 100110 | 101010010 | 101110 | 101010 |
Color Harmonies of #9D3A5E
Complementary color
Monochromatic Colors of #9D3A5E
Black with #9D3A5E
Text Example
Text Example
White with #9D3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A5E; }
p { color: rgb(157,58,94); }
H1.HeaderClassName
{
color: #9D3A5E;
}
.AnyTagClassName
{
color: #9D3A5E;
}
</style>
background-color css
<style>
a { background-color: #9D3A5E; }
a { background-color: rgb(157,58,94); }
div.DivClassName
{
background-color: #9D3A5E;
}
.BgClassName
{
background-color: #9D3A5E;
}
</style>
border-color css
<style>
span { border-color: #9D3A5E; }
span { border-color: rgb(157,58,94); }
td.TdClassName
{
border-color: #9D3A5E;
}
.TagClassName
{
border-color: #9D3A5E;
}
</style>