Shades of Rouge #9F3172
Tints of Rouge #9F3172
RGB
CMYK
RGB Variations
Color information
#9F3172 (or 0x9F3172) is known color: Rouge. HEX triplet: 9F, 31 and 72. RGB value is (159,49,114). Sum of RGB (Red+Green+Blue) = 159+49+114=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3172 is #60CE8D. Grayscale: #595959. Windows color (decimal): -6344334 or 7483807. OLE color: 7483807.
HSL color Cylindrical-coordinate representation of color #9F3172: hue angle of 324.55º 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 #9F3172 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 114 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.38 |
| HSL | 324.55º | 0.53% | 0.41% | - |
| HSV(B) | 324.55º | 0.69% | 0.62% | - |
| XYZ | 18.43 | 10.78 | 17.03 | - |
| YUV | 89.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 114 | 0 | 0.69 | 0.28 | 0.38 | 324.55 | 0.53 | 0.41 |
| Hex | 9F | 31 | 72 | 0 | 45 | 1C | 26 | 145 | 35 | 29 |
| Octal | 237 | 61 | 162 | 0 | 105 | 34 | 46 | 505 | 65 | 51 |
| Binary | 10011111 | 110001 | 1110010 | 0 | 1000101 | 11100 | 100110 | 101000101 | 110101 | 101001 |
Color Harmonies of #9F3172
Complementary color
Monochromatic Colors of #9F3172
Black with #9F3172
Text Example
Text Example
White with #9F3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3172; }
p { color: rgb(159,49,114); }
H1.HeaderClassName
{
color: #9F3172;
}
.AnyTagClassName
{
color: #9F3172;
}
</style>
background-color css
<style>
a { background-color: #9F3172; }
a { background-color: rgb(159,49,114); }
div.DivClassName
{
background-color: #9F3172;
}
.BgClassName
{
background-color: #9F3172;
}
</style>
border-color css
<style>
span { border-color: #9F3172; }
span { border-color: rgb(159,49,114); }
td.TdClassName
{
border-color: #9F3172;
}
.TagClassName
{
border-color: #9F3172;
}
</style>