Shades of Rouge #9F3E74
Tints of Rouge #9F3E74
RGB
CMYK
RGB Variations
Color information
#9F3E74 (or 0x9F3E74) is known color: Rouge. HEX triplet: 9F, 3E and 74. RGB value is (159,62,116). Sum of RGB (Red+Green+Blue) = 159+62+116=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E74 is #60C18B. Grayscale: #616161. Windows color (decimal): -6341004 or 7618207. OLE color: 7618207.
HSL color Cylindrical-coordinate representation of color #9F3E74: hue angle of 326.6º degrees, saturation: 0.44, 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 #9F3E74 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 116 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.38 |
| HSL | 326.6º | 0.44% | 0.43% | - |
| HSV(B) | 326.6º | 0.61% | 0.62% | - |
| XYZ | 19.17 | 12.08 | 17.84 | - |
| YUV | 97.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 116 | 0 | 0.61 | 0.27 | 0.38 | 326.6 | 0.44 | 0.43 |
| Hex | 9F | 3E | 74 | 0 | 3D | 1B | 26 | 147 | 2C | 2B |
| Octal | 237 | 76 | 164 | 0 | 75 | 33 | 46 | 507 | 54 | 53 |
| Binary | 10011111 | 111110 | 1110100 | 0 | 111101 | 11011 | 100110 | 101000111 | 101100 | 101011 |
Color Harmonies of #9F3E74
Complementary color
Monochromatic Colors of #9F3E74
Black with #9F3E74
Text Example
Text Example
White with #9F3E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E74; }
p { color: rgb(159,62,116); }
H1.HeaderClassName
{
color: #9F3E74;
}
.AnyTagClassName
{
color: #9F3E74;
}
</style>
background-color css
<style>
a { background-color: #9F3E74; }
a { background-color: rgb(159,62,116); }
div.DivClassName
{
background-color: #9F3E74;
}
.BgClassName
{
background-color: #9F3E74;
}
</style>
border-color css
<style>
span { border-color: #9F3E74; }
span { border-color: rgb(159,62,116); }
td.TdClassName
{
border-color: #9F3E74;
}
.TagClassName
{
border-color: #9F3E74;
}
</style>