Shades of Rouge #9A3B76
Tints of Rouge #9A3B76
RGB
CMYK
RGB Variations
Color information
#9A3B76 (or 0x9A3B76) is known color: Rouge. HEX triplet: 9A, 3B and 76. RGB value is (154,59,118). Sum of RGB (Red+Green+Blue) = 154+59+118=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3B76 is #65C489. Grayscale: #5D5D5D. Windows color (decimal): -6669450 or 7748506. OLE color: 7748506.
HSL color Cylindrical-coordinate representation of color #9A3B76: hue angle of 322.74º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3B76 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 59 | 118 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.40 |
| HSL | 322.74º | 0.45% | 0.42% | - |
| HSV(B) | 322.74º | 0.62% | 0.6% | - |
| XYZ | 18.16 | 11.31 | 18.36 | - |
| YUV | 94.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 59 | 118 | 0 | 0.62 | 0.23 | 0.40 | 322.74 | 0.45 | 0.42 |
| Hex | 9A | 3B | 76 | 0 | 3E | 17 | 28 | 143 | 2D | 2A |
| Octal | 232 | 73 | 166 | 0 | 76 | 27 | 50 | 503 | 55 | 52 |
| Binary | 10011010 | 111011 | 1110110 | 0 | 111110 | 10111 | 101000 | 101000011 | 101101 | 101010 |
Color Harmonies of #9A3B76
Complementary color
Monochromatic Colors of #9A3B76
Black with #9A3B76
Text Example
Text Example
White with #9A3B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3B76; }
p { color: rgb(154,59,118); }
H1.HeaderClassName
{
color: #9A3B76;
}
.AnyTagClassName
{
color: #9A3B76;
}
</style>
background-color css
<style>
a { background-color: #9A3B76; }
a { background-color: rgb(154,59,118); }
div.DivClassName
{
background-color: #9A3B76;
}
.BgClassName
{
background-color: #9A3B76;
}
</style>
border-color css
<style>
span { border-color: #9A3B76; }
span { border-color: rgb(154,59,118); }
td.TdClassName
{
border-color: #9A3B76;
}
.TagClassName
{
border-color: #9A3B76;
}
</style>