Shades of Rouge #9B3C6E
Tints of Rouge #9B3C6E
RGB
CMYK
RGB Variations
Color information
#9B3C6E (or 0x9B3C6E) is known color: Rouge. HEX triplet: 9B, 3C and 6E. RGB value is (155,60,110). Sum of RGB (Red+Green+Blue) = 155+60+110=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C6E is #64C391. Grayscale: #5E5E5E. Windows color (decimal): -6603666 or 7224475. OLE color: 7224475.
HSL color Cylindrical-coordinate representation of color #9B3C6E: hue angle of 328.42º 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 #9B3C6E is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 110 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.39 |
| HSL | 328.42º | 0.44% | 0.42% | - |
| HSV(B) | 328.42º | 0.61% | 0.61% | - |
| XYZ | 17.95 | 11.33 | 15.99 | - |
| YUV | 94.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 110 | 0 | 0.61 | 0.29 | 0.39 | 328.42 | 0.44 | 0.42 |
| Hex | 9B | 3C | 6E | 0 | 3D | 1D | 27 | 148 | 2C | 2A |
| Octal | 233 | 74 | 156 | 0 | 75 | 35 | 47 | 510 | 54 | 52 |
| Binary | 10011011 | 111100 | 1101110 | 0 | 111101 | 11101 | 100111 | 101001000 | 101100 | 101010 |
Color Harmonies of #9B3C6E
Complementary color
Monochromatic Colors of #9B3C6E
Black with #9B3C6E
Text Example
Text Example
White with #9B3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C6E; }
p { color: rgb(155,60,110); }
H1.HeaderClassName
{
color: #9B3C6E;
}
.AnyTagClassName
{
color: #9B3C6E;
}
</style>
background-color css
<style>
a { background-color: #9B3C6E; }
a { background-color: rgb(155,60,110); }
div.DivClassName
{
background-color: #9B3C6E;
}
.BgClassName
{
background-color: #9B3C6E;
}
</style>
border-color css
<style>
span { border-color: #9B3C6E; }
span { border-color: rgb(155,60,110); }
td.TdClassName
{
border-color: #9B3C6E;
}
.TagClassName
{
border-color: #9B3C6E;
}
</style>