Shades of Rouge #9F416C
Tints of Rouge #9F416C
RGB
CMYK
RGB Variations
Color information
#9F416C (or 0x9F416C) is known color: Rouge. HEX triplet: 9F, 41 and 6C. RGB value is (159,65,108). Sum of RGB (Red+Green+Blue) = 159+65+108=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416C is #60BE93. Grayscale: #616161. Windows color (decimal): -6340244 or 7094687. OLE color: 7094687.
HSL color Cylindrical-coordinate representation of color #9F416C: hue angle of 332.55º 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 #9F416C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 108 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.38 |
| HSL | 332.55º | 0.42% | 0.44% | - |
| HSV(B) | 332.55º | 0.59% | 0.62% | - |
| XYZ | 18.9 | 12.23 | 15.55 | - |
| YUV | 98.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 108 | 0 | 0.59 | 0.32 | 0.38 | 332.55 | 0.42 | 0.44 |
| Hex | 9F | 41 | 6C | 0 | 3B | 20 | 26 | 14D | 2A | 2C |
| Octal | 237 | 101 | 154 | 0 | 73 | 40 | 46 | 515 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1101100 | 0 | 111011 | 100000 | 100110 | 101001101 | 101010 | 101100 |
Color Harmonies of #9F416C
Complementary color
Monochromatic Colors of #9F416C
Black with #9F416C
Text Example
Text Example
White with #9F416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F416C; }
p { color: rgb(159,65,108); }
H1.HeaderClassName
{
color: #9F416C;
}
.AnyTagClassName
{
color: #9F416C;
}
</style>
background-color css
<style>
a { background-color: #9F416C; }
a { background-color: rgb(159,65,108); }
div.DivClassName
{
background-color: #9F416C;
}
.BgClassName
{
background-color: #9F416C;
}
</style>
border-color css
<style>
span { border-color: #9F416C; }
span { border-color: rgb(159,65,108); }
td.TdClassName
{
border-color: #9F416C;
}
.TagClassName
{
border-color: #9F416C;
}
</style>