Shades of Rouge #9A3A74
Tints of Rouge #9A3A74
RGB
CMYK
RGB Variations
Color information
#9A3A74 (or 0x9A3A74) is known color: Rouge. HEX triplet: 9A, 3A and 74. RGB value is (154,58,116). Sum of RGB (Red+Green+Blue) = 154+58+116=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3A74 is #65C58B. Grayscale: #5D5D5D. Windows color (decimal): -6669708 or 7617178. OLE color: 7617178.
HSL color Cylindrical-coordinate representation of color #9A3A74: hue angle of 323.75º 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 #9A3A74 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 116 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.40 |
| HSL | 323.75º | 0.45% | 0.42% | - |
| HSV(B) | 323.75º | 0.62% | 0.6% | - |
| XYZ | 17.99 | 11.16 | 17.73 | - |
| YUV | 93.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 116 | 0 | 0.62 | 0.25 | 0.40 | 323.75 | 0.45 | 0.42 |
| Hex | 9A | 3A | 74 | 0 | 3E | 19 | 28 | 144 | 2D | 2A |
| Octal | 232 | 72 | 164 | 0 | 76 | 31 | 50 | 504 | 55 | 52 |
| Binary | 10011010 | 111010 | 1110100 | 0 | 111110 | 11001 | 101000 | 101000100 | 101101 | 101010 |
Color Harmonies of #9A3A74
Complementary color
Monochromatic Colors of #9A3A74
Black with #9A3A74
Text Example
Text Example
White with #9A3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A74; }
p { color: rgb(154,58,116); }
H1.HeaderClassName
{
color: #9A3A74;
}
.AnyTagClassName
{
color: #9A3A74;
}
</style>
background-color css
<style>
a { background-color: #9A3A74; }
a { background-color: rgb(154,58,116); }
div.DivClassName
{
background-color: #9A3A74;
}
.BgClassName
{
background-color: #9A3A74;
}
</style>
border-color css
<style>
span { border-color: #9A3A74; }
span { border-color: rgb(154,58,116); }
td.TdClassName
{
border-color: #9A3A74;
}
.TagClassName
{
border-color: #9A3A74;
}
</style>