Shades of Rouge #9A366D
Tints of Rouge #9A366D
RGB
CMYK
RGB Variations
Color information
#9A366D (or 0x9A366D) is known color: Rouge. HEX triplet: 9A, 36 and 6D. RGB value is (154,54,109). Sum of RGB (Red+Green+Blue) = 154+54+109=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A366D is #65C992. Grayscale: #5A5A5A. Windows color (decimal): -6670739 or 7157402. OLE color: 7157402.
HSL color Cylindrical-coordinate representation of color #9A366D: hue angle of 327º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A366D is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 109 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.40 |
| HSL | 327º | 0.48% | 0.41% | - |
| HSV(B) | 327º | 0.65% | 0.6% | - |
| XYZ | 17.41 | 10.61 | 15.6 | - |
| YUV | 90.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 109 | 0 | 0.65 | 0.29 | 0.40 | 327 | 0.48 | 0.41 |
| Hex | 9A | 36 | 6D | 0 | 41 | 1D | 28 | 147 | 30 | 29 |
| Octal | 232 | 66 | 155 | 0 | 101 | 35 | 50 | 507 | 60 | 51 |
| Binary | 10011010 | 110110 | 1101101 | 0 | 1000001 | 11101 | 101000 | 101000111 | 110000 | 101001 |
Color Harmonies of #9A366D
Complementary color
Monochromatic Colors of #9A366D
Black with #9A366D
Text Example
Text Example
White with #9A366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A366D; }
p { color: rgb(154,54,109); }
H1.HeaderClassName
{
color: #9A366D;
}
.AnyTagClassName
{
color: #9A366D;
}
</style>
background-color css
<style>
a { background-color: #9A366D; }
a { background-color: rgb(154,54,109); }
div.DivClassName
{
background-color: #9A366D;
}
.BgClassName
{
background-color: #9A366D;
}
</style>
border-color css
<style>
span { border-color: #9A366D; }
span { border-color: rgb(154,54,109); }
td.TdClassName
{
border-color: #9A366D;
}
.TagClassName
{
border-color: #9A366D;
}
</style>