Shades of Rouge #9D306C
Tints of Rouge #9D306C
RGB
CMYK
RGB Variations
Color information
#9D306C (or 0x9D306C) is known color: Rouge. HEX triplet: 9D, 30 and 6C. RGB value is (157,48,108). Sum of RGB (Red+Green+Blue) = 157+48+108=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D306C is #62CF93. Grayscale: #575757. Windows color (decimal): -6475668 or 7090333. OLE color: 7090333.
HSL color Cylindrical-coordinate representation of color #9D306C: hue angle of 326.97º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D306C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 108 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.38 |
| HSL | 326.97º | 0.53% | 0.4% | - |
| HSV(B) | 326.97º | 0.69% | 0.62% | - |
| XYZ | 17.67 | 10.36 | 15.26 | - |
| YUV | 87.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 108 | 0 | 0.69 | 0.31 | 0.38 | 326.97 | 0.53 | 0.4 |
| Hex | 9D | 30 | 6C | 0 | 45 | 1F | 26 | 147 | 35 | 28 |
| Octal | 235 | 60 | 154 | 0 | 105 | 37 | 46 | 507 | 65 | 50 |
| Binary | 10011101 | 110000 | 1101100 | 0 | 1000101 | 11111 | 100110 | 101000111 | 110101 | 101000 |
Color Harmonies of #9D306C
Complementary color
Monochromatic Colors of #9D306C
Black with #9D306C
Text Example
Text Example
White with #9D306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D306C; }
p { color: rgb(157,48,108); }
H1.HeaderClassName
{
color: #9D306C;
}
.AnyTagClassName
{
color: #9D306C;
}
</style>
background-color css
<style>
a { background-color: #9D306C; }
a { background-color: rgb(157,48,108); }
div.DivClassName
{
background-color: #9D306C;
}
.BgClassName
{
background-color: #9D306C;
}
</style>
border-color css
<style>
span { border-color: #9D306C; }
span { border-color: rgb(157,48,108); }
td.TdClassName
{
border-color: #9D306C;
}
.TagClassName
{
border-color: #9D306C;
}
</style>