Shades of Rouge #9B306E
Tints of Rouge #9B306E
RGB
CMYK
RGB Variations
Color information
#9B306E (or 0x9B306E) is known color: Rouge. HEX triplet: 9B, 30 and 6E. RGB value is (155,48,110). Sum of RGB (Red+Green+Blue) = 155+48+110=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B306E is #64CF91. Grayscale: #565656. Windows color (decimal): -6606738 or 7221403. OLE color: 7221403.
HSL color Cylindrical-coordinate representation of color #9B306E: hue angle of 325.23º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B306E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 110 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.39 |
| HSL | 325.23º | 0.53% | 0.4% | - |
| HSV(B) | 325.23º | 0.69% | 0.61% | - |
| XYZ | 17.39 | 10.21 | 15.81 | - |
| YUV | 87.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 110 | 0 | 0.69 | 0.29 | 0.39 | 325.23 | 0.53 | 0.4 |
| Hex | 9B | 30 | 6E | 0 | 45 | 1D | 27 | 145 | 35 | 28 |
| Octal | 233 | 60 | 156 | 0 | 105 | 35 | 47 | 505 | 65 | 50 |
| Binary | 10011011 | 110000 | 1101110 | 0 | 1000101 | 11101 | 100111 | 101000101 | 110101 | 101000 |
Color Harmonies of #9B306E
Complementary color
Monochromatic Colors of #9B306E
Black with #9B306E
Text Example
Text Example
White with #9B306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B306E; }
p { color: rgb(155,48,110); }
H1.HeaderClassName
{
color: #9B306E;
}
.AnyTagClassName
{
color: #9B306E;
}
</style>
background-color css
<style>
a { background-color: #9B306E; }
a { background-color: rgb(155,48,110); }
div.DivClassName
{
background-color: #9B306E;
}
.BgClassName
{
background-color: #9B306E;
}
</style>
border-color css
<style>
span { border-color: #9B306E; }
span { border-color: rgb(155,48,110); }
td.TdClassName
{
border-color: #9B306E;
}
.TagClassName
{
border-color: #9B306E;
}
</style>