Shades of Rouge #9F316C
Tints of Rouge #9F316C
RGB
CMYK
RGB Variations
Color information
#9F316C (or 0x9F316C) is known color: Rouge. HEX triplet: 9F, 31 and 6C. RGB value is (159,49,108). Sum of RGB (Red+Green+Blue) = 159+49+108=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316C is #60CE93. Grayscale: #585858. Windows color (decimal): -6344340 or 7090591. OLE color: 7090591.
HSL color Cylindrical-coordinate representation of color #9F316C: hue angle of 327.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F316C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 108 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.38 |
| HSL | 327.82º | 0.53% | 0.41% | - |
| HSV(B) | 327.82º | 0.69% | 0.62% | - |
| XYZ | 18.1 | 10.65 | 15.29 | - |
| YUV | 88.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 108 | 0 | 0.69 | 0.32 | 0.38 | 327.82 | 0.53 | 0.41 |
| Hex | 9F | 31 | 6C | 0 | 45 | 20 | 26 | 148 | 35 | 29 |
| Octal | 237 | 61 | 154 | 0 | 105 | 40 | 46 | 510 | 65 | 51 |
| Binary | 10011111 | 110001 | 1101100 | 0 | 1000101 | 100000 | 100110 | 101001000 | 110101 | 101001 |
Color Harmonies of #9F316C
Complementary color
Monochromatic Colors of #9F316C
Black with #9F316C
Text Example
Text Example
White with #9F316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F316C; }
p { color: rgb(159,49,108); }
H1.HeaderClassName
{
color: #9F316C;
}
.AnyTagClassName
{
color: #9F316C;
}
</style>
background-color css
<style>
a { background-color: #9F316C; }
a { background-color: rgb(159,49,108); }
div.DivClassName
{
background-color: #9F316C;
}
.BgClassName
{
background-color: #9F316C;
}
</style>
border-color css
<style>
span { border-color: #9F316C; }
span { border-color: rgb(159,49,108); }
td.TdClassName
{
border-color: #9F316C;
}
.TagClassName
{
border-color: #9F316C;
}
</style>