Shades of Rouge #9F416D
Tints of Rouge #9F416D
RGB
CMYK
RGB Variations
Color information
#9F416D (or 0x9F416D) is known color: Rouge. HEX triplet: 9F, 41 and 6D. RGB value is (159,65,109). Sum of RGB (Red+Green+Blue) = 159+65+109=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416D is #60BE92. Grayscale: #626262. Windows color (decimal): -6340243 or 7160223. OLE color: 7160223.
HSL color Cylindrical-coordinate representation of color #9F416D: hue angle of 331.91º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F416D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 109 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.38 |
| HSL | 331.91º | 0.42% | 0.44% | - |
| HSV(B) | 331.91º | 0.59% | 0.62% | - |
| XYZ | 18.95 | 12.26 | 15.83 | - |
| YUV | 98.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 109 | 0 | 0.59 | 0.31 | 0.38 | 331.91 | 0.42 | 0.44 |
| Hex | 9F | 41 | 6D | 0 | 3B | 1F | 26 | 14C | 2A | 2C |
| Octal | 237 | 101 | 155 | 0 | 73 | 37 | 46 | 514 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1101101 | 0 | 111011 | 11111 | 100110 | 101001100 | 101010 | 101100 |
Color Harmonies of #9F416D
Complementary color
Monochromatic Colors of #9F416D
Black with #9F416D
Text Example
Text Example
White with #9F416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F416D; }
p { color: rgb(159,65,109); }
H1.HeaderClassName
{
color: #9F416D;
}
.AnyTagClassName
{
color: #9F416D;
}
</style>
background-color css
<style>
a { background-color: #9F416D; }
a { background-color: rgb(159,65,109); }
div.DivClassName
{
background-color: #9F416D;
}
.BgClassName
{
background-color: #9F416D;
}
</style>
border-color css
<style>
span { border-color: #9F416D; }
span { border-color: rgb(159,65,109); }
td.TdClassName
{
border-color: #9F416D;
}
.TagClassName
{
border-color: #9F416D;
}
</style>