Shades of Rouge #9A3D6A
Tints of Rouge #9A3D6A
RGB
CMYK
RGB Variations
Color information
#9A3D6A (or 0x9A3D6A) is known color: Rouge. HEX triplet: 9A, 3D and 6A. RGB value is (154,61,106). Sum of RGB (Red+Green+Blue) = 154+61+106=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3D6A is #65C295. Grayscale: #5D5D5D. Windows color (decimal): -6668950 or 6962586. OLE color: 6962586.
HSL color Cylindrical-coordinate representation of color #9A3D6A: hue angle of 330.97º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3D6A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 61 | 106 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.40 |
| HSL | 330.97º | 0.43% | 0.42% | - |
| HSV(B) | 330.97º | 0.6% | 0.6% | - |
| XYZ | 17.6 | 11.25 | 14.88 | - |
| YUV | 93.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 106 | 0 | 0.60 | 0.31 | 0.40 | 330.97 | 0.43 | 0.42 |
| Hex | 9A | 3D | 6A | 0 | 3C | 1F | 28 | 14B | 2B | 2A |
| Octal | 232 | 75 | 152 | 0 | 74 | 37 | 50 | 513 | 53 | 52 |
| Binary | 10011010 | 111101 | 1101010 | 0 | 111100 | 11111 | 101000 | 101001011 | 101011 | 101010 |
Color Harmonies of #9A3D6A
Complementary color
Monochromatic Colors of #9A3D6A
Black with #9A3D6A
Text Example
Text Example
White with #9A3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3D6A; }
p { color: rgb(154,61,106); }
H1.HeaderClassName
{
color: #9A3D6A;
}
.AnyTagClassName
{
color: #9A3D6A;
}
</style>
background-color css
<style>
a { background-color: #9A3D6A; }
a { background-color: rgb(154,61,106); }
div.DivClassName
{
background-color: #9A3D6A;
}
.BgClassName
{
background-color: #9A3D6A;
}
</style>
border-color css
<style>
span { border-color: #9A3D6A; }
span { border-color: rgb(154,61,106); }
td.TdClassName
{
border-color: #9A3D6A;
}
.TagClassName
{
border-color: #9A3D6A;
}
</style>