Shades of Rouge #9B336D
Tints of Rouge #9B336D
RGB
CMYK
RGB Variations
Color information
#9B336D (or 0x9B336D) is known color: Rouge. HEX triplet: 9B, 33 and 6D. RGB value is (155,51,109). Sum of RGB (Red+Green+Blue) = 155+51+109=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336D is #64CC92. Grayscale: #585858. Windows color (decimal): -6605971 or 7156635. OLE color: 7156635.
HSL color Cylindrical-coordinate representation of color #9B336D: hue angle of 326.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B336D is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 109 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.39 |
| HSL | 326.54º | 0.5% | 0.4% | - |
| HSV(B) | 326.54º | 0.67% | 0.61% | - |
| XYZ | 17.46 | 10.44 | 15.56 | - |
| YUV | 88.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 109 | 0 | 0.67 | 0.30 | 0.39 | 326.54 | 0.5 | 0.4 |
| Hex | 9B | 33 | 6D | 0 | 43 | 1E | 27 | 147 | 32 | 28 |
| Octal | 233 | 63 | 155 | 0 | 103 | 36 | 47 | 507 | 62 | 50 |
| Binary | 10011011 | 110011 | 1101101 | 0 | 1000011 | 11110 | 100111 | 101000111 | 110010 | 101000 |
Color Harmonies of #9B336D
Complementary color
Monochromatic Colors of #9B336D
Black with #9B336D
Text Example
Text Example
White with #9B336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B336D; }
p { color: rgb(155,51,109); }
H1.HeaderClassName
{
color: #9B336D;
}
.AnyTagClassName
{
color: #9B336D;
}
</style>
background-color css
<style>
a { background-color: #9B336D; }
a { background-color: rgb(155,51,109); }
div.DivClassName
{
background-color: #9B336D;
}
.BgClassName
{
background-color: #9B336D;
}
</style>
border-color css
<style>
span { border-color: #9B336D; }
span { border-color: rgb(155,51,109); }
td.TdClassName
{
border-color: #9B336D;
}
.TagClassName
{
border-color: #9B336D;
}
</style>