Shades of Rouge #9F3574
Tints of Rouge #9F3574
RGB
CMYK
RGB Variations
Color information
#9F3574 (or 0x9F3574) is known color: Rouge. HEX triplet: 9F, 35 and 74. RGB value is (159,53,116). Sum of RGB (Red+Green+Blue) = 159+53+116=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3574 is #60CA8B. Grayscale: #5B5B5B. Windows color (decimal): -6343308 or 7615903. OLE color: 7615903.
HSL color Cylindrical-coordinate representation of color #9F3574: hue angle of 324.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3574 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 116 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.38 |
| HSL | 324.34º | 0.5% | 0.42% | - |
| HSV(B) | 324.34º | 0.67% | 0.62% | - |
| XYZ | 18.72 | 11.18 | 17.69 | - |
| YUV | 91.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 116 | 0 | 0.67 | 0.27 | 0.38 | 324.34 | 0.5 | 0.42 |
| Hex | 9F | 35 | 74 | 0 | 43 | 1B | 26 | 144 | 32 | 2A |
| Octal | 237 | 65 | 164 | 0 | 103 | 33 | 46 | 504 | 62 | 52 |
| Binary | 10011111 | 110101 | 1110100 | 0 | 1000011 | 11011 | 100110 | 101000100 | 110010 | 101010 |
Color Harmonies of #9F3574
Complementary color
Monochromatic Colors of #9F3574
Black with #9F3574
Text Example
Text Example
White with #9F3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3574; }
p { color: rgb(159,53,116); }
H1.HeaderClassName
{
color: #9F3574;
}
.AnyTagClassName
{
color: #9F3574;
}
</style>
background-color css
<style>
a { background-color: #9F3574; }
a { background-color: rgb(159,53,116); }
div.DivClassName
{
background-color: #9F3574;
}
.BgClassName
{
background-color: #9F3574;
}
</style>
border-color css
<style>
span { border-color: #9F3574; }
span { border-color: rgb(159,53,116); }
td.TdClassName
{
border-color: #9F3574;
}
.TagClassName
{
border-color: #9F3574;
}
</style>