Shades of Rouge #9A3C6C
Tints of Rouge #9A3C6C
RGB
CMYK
RGB Variations
Color information
#9A3C6C (or 0x9A3C6C) is known color: Rouge. HEX triplet: 9A, 3C and 6C. RGB value is (154,60,108). Sum of RGB (Red+Green+Blue) = 154+60+108=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C6C is #65C393. Grayscale: #5D5D5D. Windows color (decimal): -6669204 or 7093402. OLE color: 7093402.
HSL color Cylindrical-coordinate representation of color #9A3C6C: hue angle of 329.36º 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 #9A3C6C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 60 | 108 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.40 |
| HSL | 329.36º | 0.44% | 0.42% | - |
| HSV(B) | 329.36º | 0.61% | 0.6% | - |
| XYZ | 17.65 | 11.18 | 15.42 | - |
| YUV | 93.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 108 | 0 | 0.61 | 0.30 | 0.40 | 329.36 | 0.44 | 0.42 |
| Hex | 9A | 3C | 6C | 0 | 3D | 1E | 28 | 149 | 2C | 2A |
| Octal | 232 | 74 | 154 | 0 | 75 | 36 | 50 | 511 | 54 | 52 |
| Binary | 10011010 | 111100 | 1101100 | 0 | 111101 | 11110 | 101000 | 101001001 | 101100 | 101010 |
Color Harmonies of #9A3C6C
Complementary color
Monochromatic Colors of #9A3C6C
Black with #9A3C6C
Text Example
Text Example
White with #9A3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3C6C; }
p { color: rgb(154,60,108); }
H1.HeaderClassName
{
color: #9A3C6C;
}
.AnyTagClassName
{
color: #9A3C6C;
}
</style>
background-color css
<style>
a { background-color: #9A3C6C; }
a { background-color: rgb(154,60,108); }
div.DivClassName
{
background-color: #9A3C6C;
}
.BgClassName
{
background-color: #9A3C6C;
}
</style>
border-color css
<style>
span { border-color: #9A3C6C; }
span { border-color: rgb(154,60,108); }
td.TdClassName
{
border-color: #9A3C6C;
}
.TagClassName
{
border-color: #9A3C6C;
}
</style>