Shades of Rouge #9F396C
Tints of Rouge #9F396C
RGB
CMYK
RGB Variations
Color information
#9F396C (or 0x9F396C) is known color: Rouge. HEX triplet: 9F, 39 and 6C. RGB value is (159,57,108). Sum of RGB (Red+Green+Blue) = 159+57+108=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F396C is #60C693. Grayscale: #5D5D5D. Windows color (decimal): -6342292 or 7092639. OLE color: 7092639.
HSL color Cylindrical-coordinate representation of color #9F396C: hue angle of 330º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F396C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 108 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.38 |
| HSL | 330º | 0.47% | 0.42% | - |
| HSV(B) | 330º | 0.64% | 0.62% | - |
| XYZ | 18.47 | 11.38 | 15.41 | - |
| YUV | 93.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 108 | 0 | 0.64 | 0.32 | 0.38 | 330 | 0.47 | 0.42 |
| Hex | 9F | 39 | 6C | 0 | 40 | 20 | 26 | 14A | 2F | 2A |
| Octal | 237 | 71 | 154 | 0 | 100 | 40 | 46 | 512 | 57 | 52 |
| Binary | 10011111 | 111001 | 1101100 | 0 | 1000000 | 100000 | 100110 | 101001010 | 101111 | 101010 |
Color Harmonies of #9F396C
Complementary color
Monochromatic Colors of #9F396C
Black with #9F396C
Text Example
Text Example
White with #9F396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F396C; }
p { color: rgb(159,57,108); }
H1.HeaderClassName
{
color: #9F396C;
}
.AnyTagClassName
{
color: #9F396C;
}
</style>
background-color css
<style>
a { background-color: #9F396C; }
a { background-color: rgb(159,57,108); }
div.DivClassName
{
background-color: #9F396C;
}
.BgClassName
{
background-color: #9F396C;
}
</style>
border-color css
<style>
span { border-color: #9F396C; }
span { border-color: rgb(159,57,108); }
td.TdClassName
{
border-color: #9F396C;
}
.TagClassName
{
border-color: #9F396C;
}
</style>