Shades of Rouge #9F416E
Tints of Rouge #9F416E
RGB
CMYK
RGB Variations
Color information
#9F416E (or 0x9F416E) is known color: Rouge. HEX triplet: 9F, 41 and 6E. RGB value is (159,65,110). Sum of RGB (Red+Green+Blue) = 159+65+110=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416E is #60BE91. Grayscale: #626262. Windows color (decimal): -6340242 or 7225759. OLE color: 7225759.
HSL color Cylindrical-coordinate representation of color #9F416E: hue angle of 331.28º 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 #9F416E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 110 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.38 |
| HSL | 331.28º | 0.42% | 0.44% | - |
| HSV(B) | 331.28º | 0.59% | 0.62% | - |
| XYZ | 19 | 12.28 | 16.12 | - |
| YUV | 98.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 110 | 0 | 0.59 | 0.31 | 0.38 | 331.28 | 0.42 | 0.44 |
| Hex | 9F | 41 | 6E | 0 | 3B | 1F | 26 | 14B | 2A | 2C |
| Octal | 237 | 101 | 156 | 0 | 73 | 37 | 46 | 513 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1101110 | 0 | 111011 | 11111 | 100110 | 101001011 | 101010 | 101100 |
Color Harmonies of #9F416E
Complementary color
Monochromatic Colors of #9F416E
Black with #9F416E
Text Example
Text Example
White with #9F416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F416E; }
p { color: rgb(159,65,110); }
H1.HeaderClassName
{
color: #9F416E;
}
.AnyTagClassName
{
color: #9F416E;
}
</style>
background-color css
<style>
a { background-color: #9F416E; }
a { background-color: rgb(159,65,110); }
div.DivClassName
{
background-color: #9F416E;
}
.BgClassName
{
background-color: #9F416E;
}
</style>
border-color css
<style>
span { border-color: #9F416E; }
span { border-color: rgb(159,65,110); }
td.TdClassName
{
border-color: #9F416E;
}
.TagClassName
{
border-color: #9F416E;
}
</style>