Shades of Rouge #9E336B
Tints of Rouge #9E336B
RGB
CMYK
RGB Variations
Color information
#9E336B (or 0x9E336B) is known color: Rouge. HEX triplet: 9E, 33 and 6B. RGB value is (158,51,107). Sum of RGB (Red+Green+Blue) = 158+51+107=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E336B is #61CC94. Grayscale: #595959. Windows color (decimal): -6409365 or 7025566. OLE color: 7025566.
HSL color Cylindrical-coordinate representation of color #9E336B: hue angle of 328.6º 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 #9E336B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 107 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.38 |
| HSL | 328.6º | 0.51% | 0.41% | - |
| HSV(B) | 328.6º | 0.68% | 0.62% | - |
| XYZ | 17.94 | 10.7 | 15.03 | - |
| YUV | 89.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 107 | 0 | 0.68 | 0.32 | 0.38 | 328.6 | 0.51 | 0.41 |
| Hex | 9E | 33 | 6B | 0 | 44 | 20 | 26 | 149 | 33 | 29 |
| Octal | 236 | 63 | 153 | 0 | 104 | 40 | 46 | 511 | 63 | 51 |
| Binary | 10011110 | 110011 | 1101011 | 0 | 1000100 | 100000 | 100110 | 101001001 | 110011 | 101001 |
Color Harmonies of #9E336B
Complementary color
Monochromatic Colors of #9E336B
Black with #9E336B
Text Example
Text Example
White with #9E336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E336B; }
p { color: rgb(158,51,107); }
H1.HeaderClassName
{
color: #9E336B;
}
.AnyTagClassName
{
color: #9E336B;
}
</style>
background-color css
<style>
a { background-color: #9E336B; }
a { background-color: rgb(158,51,107); }
div.DivClassName
{
background-color: #9E336B;
}
.BgClassName
{
background-color: #9E336B;
}
</style>
border-color css
<style>
span { border-color: #9E336B; }
span { border-color: rgb(158,51,107); }
td.TdClassName
{
border-color: #9E336B;
}
.TagClassName
{
border-color: #9E336B;
}
</style>