Shades of Rouge #9F416B
Tints of Rouge #9F416B
RGB
CMYK
RGB Variations
Color information
#9F416B (or 0x9F416B) is known color: Rouge. HEX triplet: 9F, 41 and 6B. RGB value is (159,65,107). Sum of RGB (Red+Green+Blue) = 159+65+107=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416B is #60BE94. Grayscale: #616161. Windows color (decimal): -6340245 or 7029151. OLE color: 7029151.
HSL color Cylindrical-coordinate representation of color #9F416B: hue angle of 333.19º 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 #9F416B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 107 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.38 |
| HSL | 333.19º | 0.42% | 0.44% | - |
| HSV(B) | 333.19º | 0.59% | 0.62% | - |
| XYZ | 18.84 | 12.21 | 15.27 | - |
| YUV | 97.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 107 | 0 | 0.59 | 0.33 | 0.38 | 333.19 | 0.42 | 0.44 |
| Hex | 9F | 41 | 6B | 0 | 3B | 21 | 26 | 14D | 2A | 2C |
| Octal | 237 | 101 | 153 | 0 | 73 | 41 | 46 | 515 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1101011 | 0 | 111011 | 100001 | 100110 | 101001101 | 101010 | 101100 |
Color Harmonies of #9F416B
Complementary color
Monochromatic Colors of #9F416B
Black with #9F416B
Text Example
Text Example
White with #9F416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F416B; }
p { color: rgb(159,65,107); }
H1.HeaderClassName
{
color: #9F416B;
}
.AnyTagClassName
{
color: #9F416B;
}
</style>
background-color css
<style>
a { background-color: #9F416B; }
a { background-color: rgb(159,65,107); }
div.DivClassName
{
background-color: #9F416B;
}
.BgClassName
{
background-color: #9F416B;
}
</style>
border-color css
<style>
span { border-color: #9F416B; }
span { border-color: rgb(159,65,107); }
td.TdClassName
{
border-color: #9F416B;
}
.TagClassName
{
border-color: #9F416B;
}
</style>