Shades of Rouge #9A3F6C
Tints of Rouge #9A3F6C
RGB
CMYK
RGB Variations
Color information
#9A3F6C (or 0x9A3F6C) is known color: Rouge. HEX triplet: 9A, 3F and 6C. RGB value is (154,63,108). Sum of RGB (Red+Green+Blue) = 154+63+108=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3F6C is #65C093. Grayscale: #5F5F5F. Windows color (decimal): -6668436 or 7094170. OLE color: 7094170.
HSL color Cylindrical-coordinate representation of color #9A3F6C: hue angle of 330.33º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A3F6C is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 63 | 108 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.40 |
| HSL | 330.33º | 0.42% | 0.43% | - |
| HSV(B) | 330.33º | 0.59% | 0.6% | - |
| XYZ | 17.81 | 11.51 | 15.47 | - |
| YUV | 95.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 108 | 0 | 0.59 | 0.30 | 0.40 | 330.33 | 0.42 | 0.43 |
| Hex | 9A | 3F | 6C | 0 | 3B | 1E | 28 | 14A | 2A | 2B |
| Octal | 232 | 77 | 154 | 0 | 73 | 36 | 50 | 512 | 52 | 53 |
| Binary | 10011010 | 111111 | 1101100 | 0 | 111011 | 11110 | 101000 | 101001010 | 101010 | 101011 |
Color Harmonies of #9A3F6C
Complementary color
Monochromatic Colors of #9A3F6C
Black with #9A3F6C
Text Example
Text Example
White with #9A3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3F6C; }
p { color: rgb(154,63,108); }
H1.HeaderClassName
{
color: #9A3F6C;
}
.AnyTagClassName
{
color: #9A3F6C;
}
</style>
background-color css
<style>
a { background-color: #9A3F6C; }
a { background-color: rgb(154,63,108); }
div.DivClassName
{
background-color: #9A3F6C;
}
.BgClassName
{
background-color: #9A3F6C;
}
</style>
border-color css
<style>
span { border-color: #9A3F6C; }
span { border-color: rgb(154,63,108); }
td.TdClassName
{
border-color: #9A3F6C;
}
.TagClassName
{
border-color: #9A3F6C;
}
</style>