Shades of Rouge #9D336A
Tints of Rouge #9D336A
RGB
CMYK
RGB Variations
Color information
#9D336A (or 0x9D336A) is known color: Rouge. HEX triplet: 9D, 33 and 6A. RGB value is (157,51,106). Sum of RGB (Red+Green+Blue) = 157+51+106=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D336A is #62CC95. Grayscale: #585858. Windows color (decimal): -6474902 or 6960029. OLE color: 6960029.
HSL color Cylindrical-coordinate representation of color #9D336A: hue angle of 328.87º 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 #9D336A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 106 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.38 |
| HSL | 328.87º | 0.51% | 0.41% | - |
| HSV(B) | 328.87º | 0.68% | 0.62% | - |
| XYZ | 17.69 | 10.58 | 14.74 | - |
| YUV | 88.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 106 | 0 | 0.68 | 0.32 | 0.38 | 328.87 | 0.51 | 0.41 |
| Hex | 9D | 33 | 6A | 0 | 44 | 20 | 26 | 149 | 33 | 29 |
| Octal | 235 | 63 | 152 | 0 | 104 | 40 | 46 | 511 | 63 | 51 |
| Binary | 10011101 | 110011 | 1101010 | 0 | 1000100 | 100000 | 100110 | 101001001 | 110011 | 101001 |
Color Harmonies of #9D336A
Complementary color
Monochromatic Colors of #9D336A
Black with #9D336A
Text Example
Text Example
White with #9D336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D336A; }
p { color: rgb(157,51,106); }
H1.HeaderClassName
{
color: #9D336A;
}
.AnyTagClassName
{
color: #9D336A;
}
</style>
background-color css
<style>
a { background-color: #9D336A; }
a { background-color: rgb(157,51,106); }
div.DivClassName
{
background-color: #9D336A;
}
.BgClassName
{
background-color: #9D336A;
}
</style>
border-color css
<style>
span { border-color: #9D336A; }
span { border-color: rgb(157,51,106); }
td.TdClassName
{
border-color: #9D336A;
}
.TagClassName
{
border-color: #9D336A;
}
</style>