Shades of Rouge #9B4178
Tints of Rouge #9B4178
RGB
CMYK
RGB Variations
Color information
#9B4178 (or 0x9B4178) is known color: Rouge. HEX triplet: 9B, 41 and 78. RGB value is (155,65,120). Sum of RGB (Red+Green+Blue) = 155+65+120=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4178 is #64BE87. Grayscale: #626262. Windows color (decimal): -6602376 or 7881115. OLE color: 7881115.
HSL color Cylindrical-coordinate representation of color #9B4178: hue angle of 323.33º 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 #9B4178 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 120 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.39 |
| HSL | 323.33º | 0.41% | 0.43% | - |
| HSV(B) | 323.33º | 0.58% | 0.61% | - |
| XYZ | 18.8 | 12.11 | 19.12 | - |
| YUV | 98.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 120 | 0 | 0.58 | 0.23 | 0.39 | 323.33 | 0.41 | 0.43 |
| Hex | 9B | 41 | 78 | 0 | 3A | 17 | 27 | 143 | 29 | 2B |
| Octal | 233 | 101 | 170 | 0 | 72 | 27 | 47 | 503 | 51 | 53 |
| Binary | 10011011 | 1000001 | 1111000 | 0 | 111010 | 10111 | 100111 | 101000011 | 101001 | 101011 |
Color Harmonies of #9B4178
Complementary color
Monochromatic Colors of #9B4178
Black with #9B4178
Text Example
Text Example
White with #9B4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4178; }
p { color: rgb(155,65,120); }
H1.HeaderClassName
{
color: #9B4178;
}
.AnyTagClassName
{
color: #9B4178;
}
</style>
background-color css
<style>
a { background-color: #9B4178; }
a { background-color: rgb(155,65,120); }
div.DivClassName
{
background-color: #9B4178;
}
.BgClassName
{
background-color: #9B4178;
}
</style>
border-color css
<style>
span { border-color: #9B4178; }
span { border-color: rgb(155,65,120); }
td.TdClassName
{
border-color: #9B4178;
}
.TagClassName
{
border-color: #9B4178;
}
</style>