Shades of Rouge #9E446E
Tints of Rouge #9E446E
RGB
CMYK
RGB Variations
Color information
#9E446E (or 0x9E446E) is known color: Rouge. HEX triplet: 9E, 44 and 6E. RGB value is (158,68,110). Sum of RGB (Red+Green+Blue) = 158+68+110=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E446E is #61BB91. Grayscale: #636363. Windows color (decimal): -6405010 or 7226526. OLE color: 7226526.
HSL color Cylindrical-coordinate representation of color #9E446E: hue angle of 332º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E446E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 110 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.38 |
| HSL | 332º | 0.4% | 0.44% | - |
| HSV(B) | 332º | 0.57% | 0.62% | - |
| XYZ | 18.98 | 12.53 | 16.17 | - |
| YUV | 99.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 110 | 0 | 0.57 | 0.30 | 0.38 | 332 | 0.4 | 0.44 |
| Hex | 9E | 44 | 6E | 0 | 39 | 1E | 26 | 14C | 28 | 2C |
| Octal | 236 | 104 | 156 | 0 | 71 | 36 | 46 | 514 | 50 | 54 |
| Binary | 10011110 | 1000100 | 1101110 | 0 | 111001 | 11110 | 100110 | 101001100 | 101000 | 101100 |
Color Harmonies of #9E446E
Complementary color
Monochromatic Colors of #9E446E
Black with #9E446E
Text Example
Text Example
White with #9E446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E446E; }
p { color: rgb(158,68,110); }
H1.HeaderClassName
{
color: #9E446E;
}
.AnyTagClassName
{
color: #9E446E;
}
</style>
background-color css
<style>
a { background-color: #9E446E; }
a { background-color: rgb(158,68,110); }
div.DivClassName
{
background-color: #9E446E;
}
.BgClassName
{
background-color: #9E446E;
}
</style>
border-color css
<style>
span { border-color: #9E446E; }
span { border-color: rgb(158,68,110); }
td.TdClassName
{
border-color: #9E446E;
}
.TagClassName
{
border-color: #9E446E;
}
</style>