Shades of Rouge #9B336F
Tints of Rouge #9B336F
RGB
CMYK
RGB Variations
Color information
#9B336F (or 0x9B336F) is known color: Rouge. HEX triplet: 9B, 33 and 6F. RGB value is (155,51,111). Sum of RGB (Red+Green+Blue) = 155+51+111=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336F is #64CC90. Grayscale: #585858. Windows color (decimal): -6605969 or 7287707. OLE color: 7287707.
HSL color Cylindrical-coordinate representation of color #9B336F: hue angle of 325.38º 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 #9B336F is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 111 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.39 |
| HSL | 325.38º | 0.5% | 0.4% | - |
| HSV(B) | 325.38º | 0.67% | 0.61% | - |
| XYZ | 17.57 | 10.48 | 16.14 | - |
| YUV | 88.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 111 | 0 | 0.67 | 0.28 | 0.39 | 325.38 | 0.5 | 0.4 |
| Hex | 9B | 33 | 6F | 0 | 43 | 1C | 27 | 145 | 32 | 28 |
| Octal | 233 | 63 | 157 | 0 | 103 | 34 | 47 | 505 | 62 | 50 |
| Binary | 10011011 | 110011 | 1101111 | 0 | 1000011 | 11100 | 100111 | 101000101 | 110010 | 101000 |
Color Harmonies of #9B336F
Complementary color
Monochromatic Colors of #9B336F
Black with #9B336F
Text Example
Text Example
White with #9B336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B336F; }
p { color: rgb(155,51,111); }
H1.HeaderClassName
{
color: #9B336F;
}
.AnyTagClassName
{
color: #9B336F;
}
</style>
background-color css
<style>
a { background-color: #9B336F; }
a { background-color: rgb(155,51,111); }
div.DivClassName
{
background-color: #9B336F;
}
.BgClassName
{
background-color: #9B336F;
}
</style>
border-color css
<style>
span { border-color: #9B336F; }
span { border-color: rgb(155,51,111); }
td.TdClassName
{
border-color: #9B336F;
}
.TagClassName
{
border-color: #9B336F;
}
</style>