Shades of Rouge #9A3A73
Tints of Rouge #9A3A73
RGB
CMYK
RGB Variations
Color information
#9A3A73 (or 0x9A3A73) is known color: Rouge. HEX triplet: 9A, 3A and 73. RGB value is (154,58,115). Sum of RGB (Red+Green+Blue) = 154+58+115=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3A73 is #65C58C. Grayscale: #5D5D5D. Windows color (decimal): -6669709 or 7551642. OLE color: 7551642.
HSL color Cylindrical-coordinate representation of color #9A3A73: hue angle of 324.38º 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 #9A3A73 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 115 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.40 |
| HSL | 324.38º | 0.45% | 0.42% | - |
| HSV(B) | 324.38º | 0.62% | 0.6% | - |
| XYZ | 17.93 | 11.13 | 17.42 | - |
| YUV | 93.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 115 | 0 | 0.62 | 0.25 | 0.40 | 324.38 | 0.45 | 0.42 |
| Hex | 9A | 3A | 73 | 0 | 3E | 19 | 28 | 144 | 2D | 2A |
| Octal | 232 | 72 | 163 | 0 | 76 | 31 | 50 | 504 | 55 | 52 |
| Binary | 10011010 | 111010 | 1110011 | 0 | 111110 | 11001 | 101000 | 101000100 | 101101 | 101010 |
Color Harmonies of #9A3A73
Complementary color
Monochromatic Colors of #9A3A73
Black with #9A3A73
Text Example
Text Example
White with #9A3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A73; }
p { color: rgb(154,58,115); }
H1.HeaderClassName
{
color: #9A3A73;
}
.AnyTagClassName
{
color: #9A3A73;
}
</style>
background-color css
<style>
a { background-color: #9A3A73; }
a { background-color: rgb(154,58,115); }
div.DivClassName
{
background-color: #9A3A73;
}
.BgClassName
{
background-color: #9A3A73;
}
</style>
border-color css
<style>
span { border-color: #9A3A73; }
span { border-color: rgb(154,58,115); }
td.TdClassName
{
border-color: #9A3A73;
}
.TagClassName
{
border-color: #9A3A73;
}
</style>