Shades of Rouge #9A326C
Tints of Rouge #9A326C
RGB
CMYK
RGB Variations
Color information
#9A326C (or 0x9A326C) is known color: Rouge. HEX triplet: 9A, 32 and 6C. RGB value is (154,50,108). Sum of RGB (Red+Green+Blue) = 154+50+108=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A326C is #65CD93. Grayscale: #575757. Windows color (decimal): -6671764 or 7090842. OLE color: 7090842.
HSL color Cylindrical-coordinate representation of color #9A326C: hue angle of 326.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A326C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 108 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.40 |
| HSL | 326.54º | 0.51% | 0.4% | - |
| HSV(B) | 326.54º | 0.68% | 0.6% | - |
| XYZ | 17.17 | 10.23 | 15.26 | - |
| YUV | 87.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 108 | 0 | 0.68 | 0.30 | 0.40 | 326.54 | 0.51 | 0.4 |
| Hex | 9A | 32 | 6C | 0 | 44 | 1E | 28 | 147 | 33 | 28 |
| Octal | 232 | 62 | 154 | 0 | 104 | 36 | 50 | 507 | 63 | 50 |
| Binary | 10011010 | 110010 | 1101100 | 0 | 1000100 | 11110 | 101000 | 101000111 | 110011 | 101000 |
Color Harmonies of #9A326C
Complementary color
Monochromatic Colors of #9A326C
Black with #9A326C
Text Example
Text Example
White with #9A326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A326C; }
p { color: rgb(154,50,108); }
H1.HeaderClassName
{
color: #9A326C;
}
.AnyTagClassName
{
color: #9A326C;
}
</style>
background-color css
<style>
a { background-color: #9A326C; }
a { background-color: rgb(154,50,108); }
div.DivClassName
{
background-color: #9A326C;
}
.BgClassName
{
background-color: #9A326C;
}
</style>
border-color css
<style>
span { border-color: #9A326C; }
span { border-color: rgb(154,50,108); }
td.TdClassName
{
border-color: #9A326C;
}
.TagClassName
{
border-color: #9A326C;
}
</style>