Shades of Rouge #9D3374
Tints of Rouge #9D3374
RGB
CMYK
RGB Variations
Color information
#9D3374 (or 0x9D3374) is known color: Rouge. HEX triplet: 9D, 33 and 74. RGB value is (157,51,116). Sum of RGB (Red+Green+Blue) = 157+51+116=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3374 is #62CC8B. Grayscale: #595959. Windows color (decimal): -6474892 or 7615389. OLE color: 7615389.
HSL color Cylindrical-coordinate representation of color #9D3374: hue angle of 323.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3374 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 116 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.38 |
| HSL | 323.21º | 0.51% | 0.41% | - |
| HSV(B) | 323.21º | 0.68% | 0.62% | - |
| XYZ | 18.24 | 10.8 | 17.65 | - |
| YUV | 90.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 116 | 0 | 0.68 | 0.26 | 0.38 | 323.21 | 0.51 | 0.41 |
| Hex | 9D | 33 | 74 | 0 | 44 | 1A | 26 | 143 | 33 | 29 |
| Octal | 235 | 63 | 164 | 0 | 104 | 32 | 46 | 503 | 63 | 51 |
| Binary | 10011101 | 110011 | 1110100 | 0 | 1000100 | 11010 | 100110 | 101000011 | 110011 | 101001 |
Color Harmonies of #9D3374
Complementary color
Monochromatic Colors of #9D3374
Black with #9D3374
Text Example
Text Example
White with #9D3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3374; }
p { color: rgb(157,51,116); }
H1.HeaderClassName
{
color: #9D3374;
}
.AnyTagClassName
{
color: #9D3374;
}
</style>
background-color css
<style>
a { background-color: #9D3374; }
a { background-color: rgb(157,51,116); }
div.DivClassName
{
background-color: #9D3374;
}
.BgClassName
{
background-color: #9D3374;
}
</style>
border-color css
<style>
span { border-color: #9D3374; }
span { border-color: rgb(157,51,116); }
td.TdClassName
{
border-color: #9D3374;
}
.TagClassName
{
border-color: #9D3374;
}
</style>