Shades of Rouge #9A3C70
Tints of Rouge #9A3C70
RGB
CMYK
RGB Variations
Color information
#9A3C70 (or 0x9A3C70) is known color: Rouge. HEX triplet: 9A, 3C and 70. RGB value is (154,60,112). Sum of RGB (Red+Green+Blue) = 154+60+112=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C70 is #65C38F. Grayscale: #5D5D5D. Windows color (decimal): -6669200 or 7355546. OLE color: 7355546.
HSL color Cylindrical-coordinate representation of color #9A3C70: hue angle of 326.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3C70 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 60 | 112 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.40 |
| HSL | 326.81º | 0.44% | 0.42% | - |
| HSV(B) | 326.81º | 0.61% | 0.6% | - |
| XYZ | 17.87 | 11.27 | 16.56 | - |
| YUV | 94.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 112 | 0 | 0.61 | 0.27 | 0.40 | 326.81 | 0.44 | 0.42 |
| Hex | 9A | 3C | 70 | 0 | 3D | 1B | 28 | 147 | 2C | 2A |
| Octal | 232 | 74 | 160 | 0 | 75 | 33 | 50 | 507 | 54 | 52 |
| Binary | 10011010 | 111100 | 1110000 | 0 | 111101 | 11011 | 101000 | 101000111 | 101100 | 101010 |
Color Harmonies of #9A3C70
Complementary color
Monochromatic Colors of #9A3C70
Black with #9A3C70
Text Example
Text Example
White with #9A3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3C70; }
p { color: rgb(154,60,112); }
H1.HeaderClassName
{
color: #9A3C70;
}
.AnyTagClassName
{
color: #9A3C70;
}
</style>
background-color css
<style>
a { background-color: #9A3C70; }
a { background-color: rgb(154,60,112); }
div.DivClassName
{
background-color: #9A3C70;
}
.BgClassName
{
background-color: #9A3C70;
}
</style>
border-color css
<style>
span { border-color: #9A3C70; }
span { border-color: rgb(154,60,112); }
td.TdClassName
{
border-color: #9A3C70;
}
.TagClassName
{
border-color: #9A3C70;
}
</style>