Shades of Rouge #9C3170
Tints of Rouge #9C3170
RGB
CMYK
RGB Variations
Color information
#9C3170 (or 0x9C3170) is known color: Rouge. HEX triplet: 9C, 31 and 70. RGB value is (156,49,112). Sum of RGB (Red+Green+Blue) = 156+49+112=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3170 is #63CE8F. Grayscale: #585858. Windows color (decimal): -6540944 or 7352732. OLE color: 7352732.
HSL color Cylindrical-coordinate representation of color #9C3170: hue angle of 324.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3170 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 112 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.39 |
| HSL | 324.67º | 0.52% | 0.4% | - |
| HSV(B) | 324.67º | 0.69% | 0.61% | - |
| XYZ | 17.73 | 10.43 | 16.41 | - |
| YUV | 88.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 112 | 0 | 0.69 | 0.28 | 0.39 | 324.67 | 0.52 | 0.4 |
| Hex | 9C | 31 | 70 | 0 | 45 | 1C | 27 | 145 | 34 | 28 |
| Octal | 234 | 61 | 160 | 0 | 105 | 34 | 47 | 505 | 64 | 50 |
| Binary | 10011100 | 110001 | 1110000 | 0 | 1000101 | 11100 | 100111 | 101000101 | 110100 | 101000 |
Color Harmonies of #9C3170
Complementary color
Monochromatic Colors of #9C3170
Black with #9C3170
Text Example
Text Example
White with #9C3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3170; }
p { color: rgb(156,49,112); }
H1.HeaderClassName
{
color: #9C3170;
}
.AnyTagClassName
{
color: #9C3170;
}
</style>
background-color css
<style>
a { background-color: #9C3170; }
a { background-color: rgb(156,49,112); }
div.DivClassName
{
background-color: #9C3170;
}
.BgClassName
{
background-color: #9C3170;
}
</style>
border-color css
<style>
span { border-color: #9C3170; }
span { border-color: rgb(156,49,112); }
td.TdClassName
{
border-color: #9C3170;
}
.TagClassName
{
border-color: #9C3170;
}
</style>