Shades of Rouge #9B326E
Tints of Rouge #9B326E
RGB
CMYK
RGB Variations
Color information
#9B326E (or 0x9B326E) is known color: Rouge. HEX triplet: 9B, 32 and 6E. RGB value is (155,50,110). Sum of RGB (Red+Green+Blue) = 155+50+110=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326E is #64CD91. Grayscale: #585858. Windows color (decimal): -6606226 or 7221915. OLE color: 7221915.
HSL color Cylindrical-coordinate representation of color #9B326E: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B326E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 110 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.39 |
| HSL | 325.71º | 0.51% | 0.4% | - |
| HSV(B) | 325.71º | 0.68% | 0.61% | - |
| XYZ | 17.47 | 10.38 | 15.83 | - |
| YUV | 88.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 110 | 0 | 0.68 | 0.29 | 0.39 | 325.71 | 0.51 | 0.4 |
| Hex | 9B | 32 | 6E | 0 | 44 | 1D | 27 | 146 | 33 | 28 |
| Octal | 233 | 62 | 156 | 0 | 104 | 35 | 47 | 506 | 63 | 50 |
| Binary | 10011011 | 110010 | 1101110 | 0 | 1000100 | 11101 | 100111 | 101000110 | 110011 | 101000 |
Color Harmonies of #9B326E
Complementary color
Monochromatic Colors of #9B326E
Black with #9B326E
Text Example
Text Example
White with #9B326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B326E; }
p { color: rgb(155,50,110); }
H1.HeaderClassName
{
color: #9B326E;
}
.AnyTagClassName
{
color: #9B326E;
}
</style>
background-color css
<style>
a { background-color: #9B326E; }
a { background-color: rgb(155,50,110); }
div.DivClassName
{
background-color: #9B326E;
}
.BgClassName
{
background-color: #9B326E;
}
</style>
border-color css
<style>
span { border-color: #9B326E; }
span { border-color: rgb(155,50,110); }
td.TdClassName
{
border-color: #9B326E;
}
.TagClassName
{
border-color: #9B326E;
}
</style>