Shades of Rouge #9F3B75
Tints of Rouge #9F3B75
RGB
CMYK
RGB Variations
Color information
#9F3B75 (or 0x9F3B75) is known color: Rouge. HEX triplet: 9F, 3B and 75. RGB value is (159,59,117). Sum of RGB (Red+Green+Blue) = 159+59+117=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3B75 is #60C48A. Grayscale: #5F5F5F. Windows color (decimal): -6341771 or 7682975. OLE color: 7682975.
HSL color Cylindrical-coordinate representation of color #9F3B75: hue angle of 325.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B75 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 117 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.38 |
| HSL | 325.2º | 0.46% | 0.43% | - |
| HSV(B) | 325.2º | 0.63% | 0.62% | - |
| XYZ | 19.07 | 11.78 | 18.1 | - |
| YUV | 95.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 117 | 0 | 0.63 | 0.26 | 0.38 | 325.2 | 0.46 | 0.43 |
| Hex | 9F | 3B | 75 | 0 | 3F | 1A | 26 | 145 | 2E | 2B |
| Octal | 237 | 73 | 165 | 0 | 77 | 32 | 46 | 505 | 56 | 53 |
| Binary | 10011111 | 111011 | 1110101 | 0 | 111111 | 11010 | 100110 | 101000101 | 101110 | 101011 |
Color Harmonies of #9F3B75
Complementary color
Monochromatic Colors of #9F3B75
Black with #9F3B75
Text Example
Text Example
White with #9F3B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B75; }
p { color: rgb(159,59,117); }
H1.HeaderClassName
{
color: #9F3B75;
}
.AnyTagClassName
{
color: #9F3B75;
}
</style>
background-color css
<style>
a { background-color: #9F3B75; }
a { background-color: rgb(159,59,117); }
div.DivClassName
{
background-color: #9F3B75;
}
.BgClassName
{
background-color: #9F3B75;
}
</style>
border-color css
<style>
span { border-color: #9F3B75; }
span { border-color: rgb(159,59,117); }
td.TdClassName
{
border-color: #9F3B75;
}
.TagClassName
{
border-color: #9F3B75;
}
</style>