Shades of Rouge #9B4176
Tints of Rouge #9B4176
RGB
CMYK
RGB Variations
Color information
#9B4176 (or 0x9B4176) is known color: Rouge. HEX triplet: 9B, 41 and 76. RGB value is (155,65,118). Sum of RGB (Red+Green+Blue) = 155+65+118=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4176 is #64BE89. Grayscale: #616161. Windows color (decimal): -6602378 or 7750043. OLE color: 7750043.
HSL color Cylindrical-coordinate representation of color #9B4176: hue angle of 324.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4176 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 118 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.39 |
| HSL | 324.67º | 0.41% | 0.43% | - |
| HSV(B) | 324.67º | 0.58% | 0.61% | - |
| XYZ | 18.68 | 12.06 | 18.48 | - |
| YUV | 97.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 118 | 0 | 0.58 | 0.24 | 0.39 | 324.67 | 0.41 | 0.43 |
| Hex | 9B | 41 | 76 | 0 | 3A | 18 | 27 | 145 | 29 | 2B |
| Octal | 233 | 101 | 166 | 0 | 72 | 30 | 47 | 505 | 51 | 53 |
| Binary | 10011011 | 1000001 | 1110110 | 0 | 111010 | 11000 | 100111 | 101000101 | 101001 | 101011 |
Color Harmonies of #9B4176
Complementary color
Monochromatic Colors of #9B4176
Black with #9B4176
Text Example
Text Example
White with #9B4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4176; }
p { color: rgb(155,65,118); }
H1.HeaderClassName
{
color: #9B4176;
}
.AnyTagClassName
{
color: #9B4176;
}
</style>
background-color css
<style>
a { background-color: #9B4176; }
a { background-color: rgb(155,65,118); }
div.DivClassName
{
background-color: #9B4176;
}
.BgClassName
{
background-color: #9B4176;
}
</style>
border-color css
<style>
span { border-color: #9B4176; }
span { border-color: rgb(155,65,118); }
td.TdClassName
{
border-color: #9B4176;
}
.TagClassName
{
border-color: #9B4176;
}
</style>