Shades of Tapestry #9F7483
Tints of Tapestry #9F7483
RGB
CMYK
RGB Variations
Color information
#9F7483 (or 0x9F7483) is known color: Tapestry. HEX triplet: 9F, 74 and 83. RGB value is (159,116,131). Sum of RGB (Red+Green+Blue) = 159+116+131=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7483 is #608B7C. Grayscale: #828282. Windows color (decimal): -6327165 or 8615071. OLE color: 8615071.
HSL color Cylindrical-coordinate representation of color #9F7483: hue angle of 339.07º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7483 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 131 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.38 |
| HSL | 339.07º | 0.18% | 0.54% | - |
| HSV(B) | 339.07º | 0.27% | 0.62% | - |
| XYZ | 24.64 | 21.5 | 24.32 | - |
| YUV | 130.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 131 | 0 | 0.27 | 0.18 | 0.38 | 339.07 | 0.18 | 0.54 |
| Hex | 9F | 74 | 83 | 0 | 1B | 12 | 26 | 153 | 12 | 36 |
| Octal | 237 | 164 | 203 | 0 | 33 | 22 | 46 | 523 | 22 | 66 |
| Binary | 10011111 | 1110100 | 10000011 | 0 | 11011 | 10010 | 100110 | 101010011 | 10010 | 110110 |
Color Harmonies of #9F7483
Complementary color
Monochromatic Colors of #9F7483
Black with #9F7483
Text Example
Text Example
White with #9F7483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7483; }
p { color: rgb(159,116,131); }
H1.HeaderClassName
{
color: #9F7483;
}
.AnyTagClassName
{
color: #9F7483;
}
</style>
background-color css
<style>
a { background-color: #9F7483; }
a { background-color: rgb(159,116,131); }
div.DivClassName
{
background-color: #9F7483;
}
.BgClassName
{
background-color: #9F7483;
}
</style>
border-color css
<style>
span { border-color: #9F7483; }
span { border-color: rgb(159,116,131); }
td.TdClassName
{
border-color: #9F7483;
}
.TagClassName
{
border-color: #9F7483;
}
</style>