Shades of Rouge #9A336E
Tints of Rouge #9A336E
RGB
CMYK
RGB Variations
Color information
#9A336E (or 0x9A336E) is known color: Rouge. HEX triplet: 9A, 33 and 6E. RGB value is (154,51,110). Sum of RGB (Red+Green+Blue) = 154+51+110=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A336E is #65CC91. Grayscale: #585858. Windows color (decimal): -6671506 or 7222170. OLE color: 7222170.
HSL color Cylindrical-coordinate representation of color #9A336E: hue angle of 325.63º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A336E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 110 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.40 |
| HSL | 325.63º | 0.5% | 0.4% | - |
| HSV(B) | 325.63º | 0.67% | 0.6% | - |
| XYZ | 17.32 | 10.36 | 15.84 | - |
| YUV | 88.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 110 | 0 | 0.67 | 0.29 | 0.40 | 325.63 | 0.5 | 0.4 |
| Hex | 9A | 33 | 6E | 0 | 43 | 1D | 28 | 146 | 32 | 28 |
| Octal | 232 | 63 | 156 | 0 | 103 | 35 | 50 | 506 | 62 | 50 |
| Binary | 10011010 | 110011 | 1101110 | 0 | 1000011 | 11101 | 101000 | 101000110 | 110010 | 101000 |
Color Harmonies of #9A336E
Complementary color
Monochromatic Colors of #9A336E
Black with #9A336E
Text Example
Text Example
White with #9A336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A336E; }
p { color: rgb(154,51,110); }
H1.HeaderClassName
{
color: #9A336E;
}
.AnyTagClassName
{
color: #9A336E;
}
</style>
background-color css
<style>
a { background-color: #9A336E; }
a { background-color: rgb(154,51,110); }
div.DivClassName
{
background-color: #9A336E;
}
.BgClassName
{
background-color: #9A336E;
}
</style>
border-color css
<style>
span { border-color: #9A336E; }
span { border-color: rgb(154,51,110); }
td.TdClassName
{
border-color: #9A336E;
}
.TagClassName
{
border-color: #9A336E;
}
</style>