Shades of Tapestry #9F7482
Tints of Tapestry #9F7482
RGB
CMYK
RGB Variations
Color information
#9F7482 (or 0x9F7482) is known color: Tapestry. HEX triplet: 9F, 74 and 82. RGB value is (159,116,130). Sum of RGB (Red+Green+Blue) = 159+116+130=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7482 is #608B7D. Grayscale: #828282. Windows color (decimal): -6327166 or 8549535. OLE color: 8549535.
HSL color Cylindrical-coordinate representation of color #9F7482: hue angle of 340.47º 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 #9F7482 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 130 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.38 |
| HSL | 340.47º | 0.18% | 0.54% | - |
| HSV(B) | 340.47º | 0.27% | 0.62% | - |
| XYZ | 24.57 | 21.47 | 23.97 | - |
| YUV | 130.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 130 | 0 | 0.27 | 0.18 | 0.38 | 340.47 | 0.18 | 0.54 |
| Hex | 9F | 74 | 82 | 0 | 1B | 12 | 26 | 154 | 12 | 36 |
| Octal | 237 | 164 | 202 | 0 | 33 | 22 | 46 | 524 | 22 | 66 |
| Binary | 10011111 | 1110100 | 10000010 | 0 | 11011 | 10010 | 100110 | 101010100 | 10010 | 110110 |
Color Harmonies of #9F7482
Complementary color
Monochromatic Colors of #9F7482
Black with #9F7482
Text Example
Text Example
White with #9F7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7482; }
p { color: rgb(159,116,130); }
H1.HeaderClassName
{
color: #9F7482;
}
.AnyTagClassName
{
color: #9F7482;
}
</style>
background-color css
<style>
a { background-color: #9F7482; }
a { background-color: rgb(159,116,130); }
div.DivClassName
{
background-color: #9F7482;
}
.BgClassName
{
background-color: #9F7482;
}
</style>
border-color css
<style>
span { border-color: #9F7482; }
span { border-color: rgb(159,116,130); }
td.TdClassName
{
border-color: #9F7482;
}
.TagClassName
{
border-color: #9F7482;
}
</style>