Shades of Rouge #9D336C
Tints of Rouge #9D336C
RGB
CMYK
RGB Variations
Color information
#9D336C (or 0x9D336C) is known color: Rouge. HEX triplet: 9D, 33 and 6C. RGB value is (157,51,108). Sum of RGB (Red+Green+Blue) = 157+51+108=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D336C is #62CC93. Grayscale: #595959. Windows color (decimal): -6474900 or 7091101. OLE color: 7091101.
HSL color Cylindrical-coordinate representation of color #9D336C: hue angle of 327.74º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D336C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 108 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.38 |
| HSL | 327.74º | 0.51% | 0.41% | - |
| HSV(B) | 327.74º | 0.68% | 0.62% | - |
| XYZ | 17.8 | 10.62 | 15.3 | - |
| YUV | 89.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 108 | 0 | 0.68 | 0.31 | 0.38 | 327.74 | 0.51 | 0.41 |
| Hex | 9D | 33 | 6C | 0 | 44 | 1F | 26 | 148 | 33 | 29 |
| Octal | 235 | 63 | 154 | 0 | 104 | 37 | 46 | 510 | 63 | 51 |
| Binary | 10011101 | 110011 | 1101100 | 0 | 1000100 | 11111 | 100110 | 101001000 | 110011 | 101001 |
Color Harmonies of #9D336C
Complementary color
Monochromatic Colors of #9D336C
Black with #9D336C
Text Example
Text Example
White with #9D336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D336C; }
p { color: rgb(157,51,108); }
H1.HeaderClassName
{
color: #9D336C;
}
.AnyTagClassName
{
color: #9D336C;
}
</style>
background-color css
<style>
a { background-color: #9D336C; }
a { background-color: rgb(157,51,108); }
div.DivClassName
{
background-color: #9D336C;
}
.BgClassName
{
background-color: #9D336C;
}
</style>
border-color css
<style>
span { border-color: #9D336C; }
span { border-color: rgb(157,51,108); }
td.TdClassName
{
border-color: #9D336C;
}
.TagClassName
{
border-color: #9D336C;
}
</style>