Shades of Rouge #9B4776
Tints of Rouge #9B4776
RGB
CMYK
RGB Variations
Color information
#9B4776 (or 0x9B4776) is known color: Rouge. HEX triplet: 9B, 47 and 76. RGB value is (155,71,118). Sum of RGB (Red+Green+Blue) = 155+71+118=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4776 is #64B889. Grayscale: #656565. Windows color (decimal): -6600842 or 7751579. OLE color: 7751579.
HSL color Cylindrical-coordinate representation of color #9B4776: hue angle of 326.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4776 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 118 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.39 |
| HSL | 326.43º | 0.37% | 0.44% | - |
| HSV(B) | 326.43º | 0.54% | 0.61% | - |
| XYZ | 19.04 | 12.78 | 18.6 | - |
| YUV | 101.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 118 | 0 | 0.54 | 0.24 | 0.39 | 326.43 | 0.37 | 0.44 |
| Hex | 9B | 47 | 76 | 0 | 36 | 18 | 27 | 146 | 25 | 2C |
| Octal | 233 | 107 | 166 | 0 | 66 | 30 | 47 | 506 | 45 | 54 |
| Binary | 10011011 | 1000111 | 1110110 | 0 | 110110 | 11000 | 100111 | 101000110 | 100101 | 101100 |
Color Harmonies of #9B4776
Complementary color
Monochromatic Colors of #9B4776
Black with #9B4776
Text Example
Text Example
White with #9B4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4776; }
p { color: rgb(155,71,118); }
H1.HeaderClassName
{
color: #9B4776;
}
.AnyTagClassName
{
color: #9B4776;
}
</style>
background-color css
<style>
a { background-color: #9B4776; }
a { background-color: rgb(155,71,118); }
div.DivClassName
{
background-color: #9B4776;
}
.BgClassName
{
background-color: #9B4776;
}
</style>
border-color css
<style>
span { border-color: #9B4776; }
span { border-color: rgb(155,71,118); }
td.TdClassName
{
border-color: #9B4776;
}
.TagClassName
{
border-color: #9B4776;
}
</style>