Shades of Rouge #9B3C76
Tints of Rouge #9B3C76
RGB
CMYK
RGB Variations
Color information
#9B3C76 (or 0x9B3C76) is known color: Rouge. HEX triplet: 9B, 3C and 76. RGB value is (155,60,118). Sum of RGB (Red+Green+Blue) = 155+60+118=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C76 is #64C389. Grayscale: #5E5E5E. Windows color (decimal): -6603658 or 7748763. OLE color: 7748763.
HSL color Cylindrical-coordinate representation of color #9B3C76: hue angle of 323.37º 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 #9B3C76 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 118 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.39 |
| HSL | 323.37º | 0.44% | 0.42% | - |
| HSV(B) | 323.37º | 0.61% | 0.61% | - |
| XYZ | 18.4 | 11.51 | 18.39 | - |
| YUV | 95.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 118 | 0 | 0.61 | 0.24 | 0.39 | 323.37 | 0.44 | 0.42 |
| Hex | 9B | 3C | 76 | 0 | 3D | 18 | 27 | 143 | 2C | 2A |
| Octal | 233 | 74 | 166 | 0 | 75 | 30 | 47 | 503 | 54 | 52 |
| Binary | 10011011 | 111100 | 1110110 | 0 | 111101 | 11000 | 100111 | 101000011 | 101100 | 101010 |
Color Harmonies of #9B3C76
Complementary color
Monochromatic Colors of #9B3C76
Black with #9B3C76
Text Example
Text Example
White with #9B3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C76; }
p { color: rgb(155,60,118); }
H1.HeaderClassName
{
color: #9B3C76;
}
.AnyTagClassName
{
color: #9B3C76;
}
</style>
background-color css
<style>
a { background-color: #9B3C76; }
a { background-color: rgb(155,60,118); }
div.DivClassName
{
background-color: #9B3C76;
}
.BgClassName
{
background-color: #9B3C76;
}
</style>
border-color css
<style>
span { border-color: #9B3C76; }
span { border-color: rgb(155,60,118); }
td.TdClassName
{
border-color: #9B3C76;
}
.TagClassName
{
border-color: #9B3C76;
}
</style>