Shades of Rouge #9A3875
Tints of Rouge #9A3875
RGB
CMYK
RGB Variations
Color information
#9A3875 (or 0x9A3875) is known color: Rouge. HEX triplet: 9A, 38 and 75. RGB value is (154,56,117). Sum of RGB (Red+Green+Blue) = 154+56+117=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3875 is #65C78A. Grayscale: #5C5C5C. Windows color (decimal): -6670219 or 7682202. OLE color: 7682202.
HSL color Cylindrical-coordinate representation of color #9A3875: hue angle of 322.65º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A3875 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 117 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.40 |
| HSL | 322.65º | 0.47% | 0.41% | - |
| HSV(B) | 322.65º | 0.64% | 0.6% | - |
| XYZ | 17.95 | 10.98 | 18 | - |
| YUV | 92.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 117 | 0 | 0.64 | 0.24 | 0.40 | 322.65 | 0.47 | 0.41 |
| Hex | 9A | 38 | 75 | 0 | 40 | 18 | 28 | 143 | 2F | 29 |
| Octal | 232 | 70 | 165 | 0 | 100 | 30 | 50 | 503 | 57 | 51 |
| Binary | 10011010 | 111000 | 1110101 | 0 | 1000000 | 11000 | 101000 | 101000011 | 101111 | 101001 |
Color Harmonies of #9A3875
Complementary color
Monochromatic Colors of #9A3875
Black with #9A3875
Text Example
Text Example
White with #9A3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3875; }
p { color: rgb(154,56,117); }
H1.HeaderClassName
{
color: #9A3875;
}
.AnyTagClassName
{
color: #9A3875;
}
</style>
background-color css
<style>
a { background-color: #9A3875; }
a { background-color: rgb(154,56,117); }
div.DivClassName
{
background-color: #9A3875;
}
.BgClassName
{
background-color: #9A3875;
}
</style>
border-color css
<style>
span { border-color: #9A3875; }
span { border-color: rgb(154,56,117); }
td.TdClassName
{
border-color: #9A3875;
}
.TagClassName
{
border-color: #9A3875;
}
</style>