Shades of Rouge #9B356C
Tints of Rouge #9B356C
RGB
CMYK
RGB Variations
Color information
#9B356C (or 0x9B356C) is known color: Rouge. HEX triplet: 9B, 35 and 6C. RGB value is (155,53,108). Sum of RGB (Red+Green+Blue) = 155+53+108=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B356C is #64CA93. Grayscale: #595959. Windows color (decimal): -6605460 or 7091611. OLE color: 7091611.
HSL color Cylindrical-coordinate representation of color #9B356C: hue angle of 327.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B356C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 108 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.39 |
| HSL | 327.65º | 0.49% | 0.41% | - |
| HSV(B) | 327.65º | 0.66% | 0.61% | - |
| XYZ | 17.5 | 10.6 | 15.31 | - |
| YUV | 89.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 108 | 0 | 0.66 | 0.30 | 0.39 | 327.65 | 0.49 | 0.41 |
| Hex | 9B | 35 | 6C | 0 | 42 | 1E | 27 | 148 | 31 | 29 |
| Octal | 233 | 65 | 154 | 0 | 102 | 36 | 47 | 510 | 61 | 51 |
| Binary | 10011011 | 110101 | 1101100 | 0 | 1000010 | 11110 | 100111 | 101001000 | 110001 | 101001 |
Color Harmonies of #9B356C
Complementary color
Monochromatic Colors of #9B356C
Black with #9B356C
Text Example
Text Example
White with #9B356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B356C; }
p { color: rgb(155,53,108); }
H1.HeaderClassName
{
color: #9B356C;
}
.AnyTagClassName
{
color: #9B356C;
}
</style>
background-color css
<style>
a { background-color: #9B356C; }
a { background-color: rgb(155,53,108); }
div.DivClassName
{
background-color: #9B356C;
}
.BgClassName
{
background-color: #9B356C;
}
</style>
border-color css
<style>
span { border-color: #9B356C; }
span { border-color: rgb(155,53,108); }
td.TdClassName
{
border-color: #9B356C;
}
.TagClassName
{
border-color: #9B356C;
}
</style>