Shades of Rouge #9E306A
Tints of Rouge #9E306A
RGB
CMYK
RGB Variations
Color information
#9E306A (or 0x9E306A) is known color: Rouge. HEX triplet: 9E, 30 and 6A. RGB value is (158,48,106). Sum of RGB (Red+Green+Blue) = 158+48+106=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E306A is #61CF95. Grayscale: #575757. Windows color (decimal): -6410134 or 6959262. OLE color: 6959262.
HSL color Cylindrical-coordinate representation of color #9E306A: hue angle of 328.36º 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 #9E306A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 106 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.38 |
| HSL | 328.36º | 0.53% | 0.4% | - |
| HSV(B) | 328.36º | 0.7% | 0.62% | - |
| XYZ | 17.76 | 10.42 | 14.71 | - |
| YUV | 87.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 106 | 0 | 0.70 | 0.33 | 0.38 | 328.36 | 0.53 | 0.4 |
| Hex | 9E | 30 | 6A | 0 | 46 | 21 | 26 | 148 | 35 | 28 |
| Octal | 236 | 60 | 152 | 0 | 106 | 41 | 46 | 510 | 65 | 50 |
| Binary | 10011110 | 110000 | 1101010 | 0 | 1000110 | 100001 | 100110 | 101001000 | 110101 | 101000 |
Color Harmonies of #9E306A
Complementary color
Monochromatic Colors of #9E306A
Black with #9E306A
Text Example
Text Example
White with #9E306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E306A; }
p { color: rgb(158,48,106); }
H1.HeaderClassName
{
color: #9E306A;
}
.AnyTagClassName
{
color: #9E306A;
}
</style>
background-color css
<style>
a { background-color: #9E306A; }
a { background-color: rgb(158,48,106); }
div.DivClassName
{
background-color: #9E306A;
}
.BgClassName
{
background-color: #9E306A;
}
</style>
border-color css
<style>
span { border-color: #9E306A; }
span { border-color: rgb(158,48,106); }
td.TdClassName
{
border-color: #9E306A;
}
.TagClassName
{
border-color: #9E306A;
}
</style>