Shades of Rouge #9D336D
Tints of Rouge #9D336D
RGB
CMYK
RGB Variations
Color information
#9D336D (or 0x9D336D) is known color: Rouge. HEX triplet: 9D, 33 and 6D. RGB value is (157,51,109). Sum of RGB (Red+Green+Blue) = 157+51+109=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D336D is #62CC92. Grayscale: #595959. Windows color (decimal): -6474899 or 7156637. OLE color: 7156637.
HSL color Cylindrical-coordinate representation of color #9D336D: hue angle of 327.17º 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 #9D336D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 109 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.38 |
| HSL | 327.17º | 0.51% | 0.41% | - |
| HSV(B) | 327.17º | 0.68% | 0.62% | - |
| XYZ | 17.85 | 10.64 | 15.58 | - |
| YUV | 89.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 109 | 0 | 0.68 | 0.31 | 0.38 | 327.17 | 0.51 | 0.41 |
| Hex | 9D | 33 | 6D | 0 | 44 | 1F | 26 | 147 | 33 | 29 |
| Octal | 235 | 63 | 155 | 0 | 104 | 37 | 46 | 507 | 63 | 51 |
| Binary | 10011101 | 110011 | 1101101 | 0 | 1000100 | 11111 | 100110 | 101000111 | 110011 | 101001 |
Color Harmonies of #9D336D
Complementary color
Monochromatic Colors of #9D336D
Black with #9D336D
Text Example
Text Example
White with #9D336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D336D; }
p { color: rgb(157,51,109); }
H1.HeaderClassName
{
color: #9D336D;
}
.AnyTagClassName
{
color: #9D336D;
}
</style>
background-color css
<style>
a { background-color: #9D336D; }
a { background-color: rgb(157,51,109); }
div.DivClassName
{
background-color: #9D336D;
}
.BgClassName
{
background-color: #9D336D;
}
</style>
border-color css
<style>
span { border-color: #9D336D; }
span { border-color: rgb(157,51,109); }
td.TdClassName
{
border-color: #9D336D;
}
.TagClassName
{
border-color: #9D336D;
}
</style>