Shades of Rouge #9B3C6C
Tints of Rouge #9B3C6C
RGB
CMYK
RGB Variations
Color information
#9B3C6C (or 0x9B3C6C) is known color: Rouge. HEX triplet: 9B, 3C and 6C. RGB value is (155,60,108). Sum of RGB (Red+Green+Blue) = 155+60+108=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C6C is #64C393. Grayscale: #5D5D5D. Windows color (decimal): -6603668 or 7093403. OLE color: 7093403.
HSL color Cylindrical-coordinate representation of color #9B3C6C: hue angle of 329.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3C6C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 108 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.39 |
| HSL | 329.68º | 0.44% | 0.42% | - |
| HSV(B) | 329.68º | 0.61% | 0.61% | - |
| XYZ | 17.84 | 11.28 | 15.42 | - |
| YUV | 93.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 108 | 0 | 0.61 | 0.30 | 0.39 | 329.68 | 0.44 | 0.42 |
| Hex | 9B | 3C | 6C | 0 | 3D | 1E | 27 | 14A | 2C | 2A |
| Octal | 233 | 74 | 154 | 0 | 75 | 36 | 47 | 512 | 54 | 52 |
| Binary | 10011011 | 111100 | 1101100 | 0 | 111101 | 11110 | 100111 | 101001010 | 101100 | 101010 |
Color Harmonies of #9B3C6C
Complementary color
Monochromatic Colors of #9B3C6C
Black with #9B3C6C
Text Example
Text Example
White with #9B3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C6C; }
p { color: rgb(155,60,108); }
H1.HeaderClassName
{
color: #9B3C6C;
}
.AnyTagClassName
{
color: #9B3C6C;
}
</style>
background-color css
<style>
a { background-color: #9B3C6C; }
a { background-color: rgb(155,60,108); }
div.DivClassName
{
background-color: #9B3C6C;
}
.BgClassName
{
background-color: #9B3C6C;
}
</style>
border-color css
<style>
span { border-color: #9B3C6C; }
span { border-color: rgb(155,60,108); }
td.TdClassName
{
border-color: #9B3C6C;
}
.TagClassName
{
border-color: #9B3C6C;
}
</style>