Shades of Rouge #9A316E
Tints of Rouge #9A316E
RGB
CMYK
RGB Variations
Color information
#9A316E (or 0x9A316E) is known color: Rouge. HEX triplet: 9A, 31 and 6E. RGB value is (154,49,110). Sum of RGB (Red+Green+Blue) = 154+49+110=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A316E is #65CE91. Grayscale: #575757. Windows color (decimal): -6672018 or 7221658. OLE color: 7221658.
HSL color Cylindrical-coordinate representation of color #9A316E: hue angle of 325.14º degrees, saturation: 0.52, 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 #9A316E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 110 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.40 |
| HSL | 325.14º | 0.52% | 0.4% | - |
| HSV(B) | 325.14º | 0.68% | 0.6% | - |
| XYZ | 17.24 | 10.19 | 15.81 | - |
| YUV | 87.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 110 | 0 | 0.68 | 0.29 | 0.40 | 325.14 | 0.52 | 0.4 |
| Hex | 9A | 31 | 6E | 0 | 44 | 1D | 28 | 145 | 34 | 28 |
| Octal | 232 | 61 | 156 | 0 | 104 | 35 | 50 | 505 | 64 | 50 |
| Binary | 10011010 | 110001 | 1101110 | 0 | 1000100 | 11101 | 101000 | 101000101 | 110100 | 101000 |
Color Harmonies of #9A316E
Complementary color
Monochromatic Colors of #9A316E
Black with #9A316E
Text Example
Text Example
White with #9A316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A316E; }
p { color: rgb(154,49,110); }
H1.HeaderClassName
{
color: #9A316E;
}
.AnyTagClassName
{
color: #9A316E;
}
</style>
background-color css
<style>
a { background-color: #9A316E; }
a { background-color: rgb(154,49,110); }
div.DivClassName
{
background-color: #9A316E;
}
.BgClassName
{
background-color: #9A316E;
}
</style>
border-color css
<style>
span { border-color: #9A316E; }
span { border-color: rgb(154,49,110); }
td.TdClassName
{
border-color: #9A316E;
}
.TagClassName
{
border-color: #9A316E;
}
</style>