Shades of Rouge #9C3A77
Tints of Rouge #9C3A77
RGB
CMYK
RGB Variations
Color information
#9C3A77 (or 0x9C3A77) is known color: Rouge. HEX triplet: 9C, 3A and 77. RGB value is (156,58,119). Sum of RGB (Red+Green+Blue) = 156+58+119=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3A77 is #63C588. Grayscale: #5E5E5E. Windows color (decimal): -6538633 or 7813788. OLE color: 7813788.
HSL color Cylindrical-coordinate representation of color #9C3A77: hue angle of 322.65º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3A77 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 119 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.39 |
| HSL | 322.65º | 0.46% | 0.42% | - |
| HSV(B) | 322.65º | 0.63% | 0.61% | - |
| XYZ | 18.55 | 11.43 | 18.68 | - |
| YUV | 94.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 119 | 0 | 0.63 | 0.24 | 0.39 | 322.65 | 0.46 | 0.42 |
| Hex | 9C | 3A | 77 | 0 | 3F | 18 | 27 | 143 | 2E | 2A |
| Octal | 234 | 72 | 167 | 0 | 77 | 30 | 47 | 503 | 56 | 52 |
| Binary | 10011100 | 111010 | 1110111 | 0 | 111111 | 11000 | 100111 | 101000011 | 101110 | 101010 |
Color Harmonies of #9C3A77
Complementary color
Monochromatic Colors of #9C3A77
Black with #9C3A77
Text Example
Text Example
White with #9C3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A77; }
p { color: rgb(156,58,119); }
H1.HeaderClassName
{
color: #9C3A77;
}
.AnyTagClassName
{
color: #9C3A77;
}
</style>
background-color css
<style>
a { background-color: #9C3A77; }
a { background-color: rgb(156,58,119); }
div.DivClassName
{
background-color: #9C3A77;
}
.BgClassName
{
background-color: #9C3A77;
}
</style>
border-color css
<style>
span { border-color: #9C3A77; }
span { border-color: rgb(156,58,119); }
td.TdClassName
{
border-color: #9C3A77;
}
.TagClassName
{
border-color: #9C3A77;
}
</style>