Shades of Rouge #9C3C76
Tints of Rouge #9C3C76
RGB
CMYK
RGB Variations
Color information
#9C3C76 (or 0x9C3C76) is known color: Rouge. HEX triplet: 9C, 3C and 76. RGB value is (156,60,118). Sum of RGB (Red+Green+Blue) = 156+60+118=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C76 is #63C389. Grayscale: #5F5F5F. Windows color (decimal): -6538122 or 7748764. OLE color: 7748764.
HSL color Cylindrical-coordinate representation of color #9C3C76: hue angle of 323.75º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C76 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 118 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.39 |
| HSL | 323.75º | 0.44% | 0.42% | - |
| HSV(B) | 323.75º | 0.62% | 0.61% | - |
| XYZ | 18.6 | 11.61 | 18.4 | - |
| YUV | 95.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 118 | 0 | 0.62 | 0.24 | 0.39 | 323.75 | 0.44 | 0.42 |
| Hex | 9C | 3C | 76 | 0 | 3E | 18 | 27 | 144 | 2C | 2A |
| Octal | 234 | 74 | 166 | 0 | 76 | 30 | 47 | 504 | 54 | 52 |
| Binary | 10011100 | 111100 | 1110110 | 0 | 111110 | 11000 | 100111 | 101000100 | 101100 | 101010 |
Color Harmonies of #9C3C76
Complementary color
Monochromatic Colors of #9C3C76
Black with #9C3C76
Text Example
Text Example
White with #9C3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C76; }
p { color: rgb(156,60,118); }
H1.HeaderClassName
{
color: #9C3C76;
}
.AnyTagClassName
{
color: #9C3C76;
}
</style>
background-color css
<style>
a { background-color: #9C3C76; }
a { background-color: rgb(156,60,118); }
div.DivClassName
{
background-color: #9C3C76;
}
.BgClassName
{
background-color: #9C3C76;
}
</style>
border-color css
<style>
span { border-color: #9C3C76; }
span { border-color: rgb(156,60,118); }
td.TdClassName
{
border-color: #9C3C76;
}
.TagClassName
{
border-color: #9C3C76;
}
</style>