Shades of Rouge #9F316A
Tints of Rouge #9F316A
RGB
CMYK
RGB Variations
Color information
#9F316A (or 0x9F316A) is known color: Rouge. HEX triplet: 9F, 31 and 6A. RGB value is (159,49,106). Sum of RGB (Red+Green+Blue) = 159+49+106=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316A is #60CE95. Grayscale: #585858. Windows color (decimal): -6344342 or 6959519. OLE color: 6959519.
HSL color Cylindrical-coordinate representation of color #9F316A: hue angle of 328.91º 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 #9F316A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 106 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.38 |
| HSL | 328.91º | 0.53% | 0.41% | - |
| HSV(B) | 328.91º | 0.69% | 0.62% | - |
| XYZ | 18 | 10.61 | 14.73 | - |
| YUV | 88.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 106 | 0 | 0.69 | 0.33 | 0.38 | 328.91 | 0.53 | 0.41 |
| Hex | 9F | 31 | 6A | 0 | 45 | 21 | 26 | 149 | 35 | 29 |
| Octal | 237 | 61 | 152 | 0 | 105 | 41 | 46 | 511 | 65 | 51 |
| Binary | 10011111 | 110001 | 1101010 | 0 | 1000101 | 100001 | 100110 | 101001001 | 110101 | 101001 |
Color Harmonies of #9F316A
Complementary color
Monochromatic Colors of #9F316A
Black with #9F316A
Text Example
Text Example
White with #9F316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F316A; }
p { color: rgb(159,49,106); }
H1.HeaderClassName
{
color: #9F316A;
}
.AnyTagClassName
{
color: #9F316A;
}
</style>
background-color css
<style>
a { background-color: #9F316A; }
a { background-color: rgb(159,49,106); }
div.DivClassName
{
background-color: #9F316A;
}
.BgClassName
{
background-color: #9F316A;
}
</style>
border-color css
<style>
span { border-color: #9F316A; }
span { border-color: rgb(159,49,106); }
td.TdClassName
{
border-color: #9F316A;
}
.TagClassName
{
border-color: #9F316A;
}
</style>