Shades of Rouge #9E306B
Tints of Rouge #9E306B
RGB
CMYK
RGB Variations
Color information
#9E306B (or 0x9E306B) is known color: Rouge. HEX triplet: 9E, 30 and 6B. RGB value is (158,48,107). Sum of RGB (Red+Green+Blue) = 158+48+107=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E306B is #61CF94. Grayscale: #575757. Windows color (decimal): -6410133 or 7024798. OLE color: 7024798.
HSL color Cylindrical-coordinate representation of color #9E306B: hue angle of 327.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E306B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 107 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.38 |
| HSL | 327.82º | 0.53% | 0.4% | - |
| HSV(B) | 327.82º | 0.7% | 0.62% | - |
| XYZ | 17.81 | 10.44 | 14.99 | - |
| YUV | 87.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 107 | 0 | 0.70 | 0.32 | 0.38 | 327.82 | 0.53 | 0.4 |
| Hex | 9E | 30 | 6B | 0 | 46 | 20 | 26 | 148 | 35 | 28 |
| Octal | 236 | 60 | 153 | 0 | 106 | 40 | 46 | 510 | 65 | 50 |
| Binary | 10011110 | 110000 | 1101011 | 0 | 1000110 | 100000 | 100110 | 101001000 | 110101 | 101000 |
Color Harmonies of #9E306B
Complementary color
Monochromatic Colors of #9E306B
Black with #9E306B
Text Example
Text Example
White with #9E306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E306B; }
p { color: rgb(158,48,107); }
H1.HeaderClassName
{
color: #9E306B;
}
.AnyTagClassName
{
color: #9E306B;
}
</style>
background-color css
<style>
a { background-color: #9E306B; }
a { background-color: rgb(158,48,107); }
div.DivClassName
{
background-color: #9E306B;
}
.BgClassName
{
background-color: #9E306B;
}
</style>
border-color css
<style>
span { border-color: #9E306B; }
span { border-color: rgb(158,48,107); }
td.TdClassName
{
border-color: #9E306B;
}
.TagClassName
{
border-color: #9E306B;
}
</style>