Shades of Rouge #9D3E74
Tints of Rouge #9D3E74
RGB
CMYK
RGB Variations
Color information
#9D3E74 (or 0x9D3E74) is known color: Rouge. HEX triplet: 9D, 3E and 74. RGB value is (157,62,116). Sum of RGB (Red+Green+Blue) = 157+62+116=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3E74 is #62C18B. Grayscale: #606060. Windows color (decimal): -6472076 or 7618205. OLE color: 7618205.
HSL color Cylindrical-coordinate representation of color #9D3E74: hue angle of 325.89º degrees, saturation: 0.43, 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 #9D3E74 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 62 | 116 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.38 |
| HSL | 325.89º | 0.43% | 0.43% | - |
| HSV(B) | 325.89º | 0.61% | 0.62% | - |
| XYZ | 18.78 | 11.87 | 17.83 | - |
| YUV | 96.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 116 | 0 | 0.61 | 0.26 | 0.38 | 325.89 | 0.43 | 0.43 |
| Hex | 9D | 3E | 74 | 0 | 3D | 1A | 26 | 146 | 2B | 2B |
| Octal | 235 | 76 | 164 | 0 | 75 | 32 | 46 | 506 | 53 | 53 |
| Binary | 10011101 | 111110 | 1110100 | 0 | 111101 | 11010 | 100110 | 101000110 | 101011 | 101011 |
Color Harmonies of #9D3E74
Complementary color
Monochromatic Colors of #9D3E74
Black with #9D3E74
Text Example
Text Example
White with #9D3E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3E74; }
p { color: rgb(157,62,116); }
H1.HeaderClassName
{
color: #9D3E74;
}
.AnyTagClassName
{
color: #9D3E74;
}
</style>
background-color css
<style>
a { background-color: #9D3E74; }
a { background-color: rgb(157,62,116); }
div.DivClassName
{
background-color: #9D3E74;
}
.BgClassName
{
background-color: #9D3E74;
}
</style>
border-color css
<style>
span { border-color: #9D3E74; }
span { border-color: rgb(157,62,116); }
td.TdClassName
{
border-color: #9D3E74;
}
.TagClassName
{
border-color: #9D3E74;
}
</style>