Shades of Rouge #9E2F6B
Tints of Rouge #9E2F6B
RGB
CMYK
RGB Variations
Color information
#9E2F6B (or 0x9E2F6B) is known color: Rouge. HEX triplet: 9E, 2F and 6B. RGB value is (158,47,107). Sum of RGB (Red+Green+Blue) = 158+47+107=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F6B is #61D094. Grayscale: #565656. Windows color (decimal): -6410389 or 7024542. OLE color: 7024542.
HSL color Cylindrical-coordinate representation of color #9E2F6B: hue angle of 327.57º degrees, saturation: 0.54, 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 #9E2F6B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 107 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.38 |
| HSL | 327.57º | 0.54% | 0.4% | - |
| HSV(B) | 327.57º | 0.7% | 0.62% | - |
| XYZ | 17.77 | 10.36 | 14.97 | - |
| YUV | 87.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 107 | 0 | 0.70 | 0.32 | 0.38 | 327.57 | 0.54 | 0.4 |
| Hex | 9E | 2F | 6B | 0 | 46 | 20 | 26 | 148 | 36 | 28 |
| Octal | 236 | 57 | 153 | 0 | 106 | 40 | 46 | 510 | 66 | 50 |
| Binary | 10011110 | 101111 | 1101011 | 0 | 1000110 | 100000 | 100110 | 101001000 | 110110 | 101000 |
Color Harmonies of #9E2F6B
Complementary color
Monochromatic Colors of #9E2F6B
Black with #9E2F6B
Text Example
Text Example
White with #9E2F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F6B; }
p { color: rgb(158,47,107); }
H1.HeaderClassName
{
color: #9E2F6B;
}
.AnyTagClassName
{
color: #9E2F6B;
}
</style>
background-color css
<style>
a { background-color: #9E2F6B; }
a { background-color: rgb(158,47,107); }
div.DivClassName
{
background-color: #9E2F6B;
}
.BgClassName
{
background-color: #9E2F6B;
}
</style>
border-color css
<style>
span { border-color: #9E2F6B; }
span { border-color: rgb(158,47,107); }
td.TdClassName
{
border-color: #9E2F6B;
}
.TagClassName
{
border-color: #9E2F6B;
}
</style>