Shades of Rouge #9A3D73
Tints of Rouge #9A3D73
RGB
CMYK
RGB Variations
Color information
#9A3D73 (or 0x9A3D73) is known color: Rouge. HEX triplet: 9A, 3D and 73. RGB value is (154,61,115). Sum of RGB (Red+Green+Blue) = 154+61+115=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3D73 is #65C28C. Grayscale: #5E5E5E. Windows color (decimal): -6668941 or 7552410. OLE color: 7552410.
HSL color Cylindrical-coordinate representation of color #9A3D73: hue angle of 325.16º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3D73 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 61 | 115 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.40 |
| HSL | 325.16º | 0.43% | 0.42% | - |
| HSV(B) | 325.16º | 0.6% | 0.6% | - |
| XYZ | 18.09 | 11.45 | 17.48 | - |
| YUV | 94.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 115 | 0 | 0.60 | 0.25 | 0.40 | 325.16 | 0.43 | 0.42 |
| Hex | 9A | 3D | 73 | 0 | 3C | 19 | 28 | 145 | 2B | 2A |
| Octal | 232 | 75 | 163 | 0 | 74 | 31 | 50 | 505 | 53 | 52 |
| Binary | 10011010 | 111101 | 1110011 | 0 | 111100 | 11001 | 101000 | 101000101 | 101011 | 101010 |
Color Harmonies of #9A3D73
Complementary color
Monochromatic Colors of #9A3D73
Black with #9A3D73
Text Example
Text Example
White with #9A3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3D73; }
p { color: rgb(154,61,115); }
H1.HeaderClassName
{
color: #9A3D73;
}
.AnyTagClassName
{
color: #9A3D73;
}
</style>
background-color css
<style>
a { background-color: #9A3D73; }
a { background-color: rgb(154,61,115); }
div.DivClassName
{
background-color: #9A3D73;
}
.BgClassName
{
background-color: #9A3D73;
}
</style>
border-color css
<style>
span { border-color: #9A3D73; }
span { border-color: rgb(154,61,115); }
td.TdClassName
{
border-color: #9A3D73;
}
.TagClassName
{
border-color: #9A3D73;
}
</style>