Shades of Tapestry #9F7682
Tints of Tapestry #9F7682
RGB
CMYK
RGB Variations
Color information
#9F7682 (or 0x9F7682) is known color: Tapestry. HEX triplet: 9F, 76 and 82. RGB value is (159,118,130). Sum of RGB (Red+Green+Blue) = 159+118+130=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7682 is #60897D. Grayscale: #838383. Windows color (decimal): -6326654 or 8550047. OLE color: 8550047.
HSL color Cylindrical-coordinate representation of color #9F7682: hue angle of 342.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7682 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 130 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.38 |
| HSL | 342.44º | 0.18% | 0.54% | - |
| HSV(B) | 342.44º | 0.26% | 0.62% | - |
| XYZ | 24.81 | 21.94 | 24.05 | - |
| YUV | 131.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 130 | 0 | 0.26 | 0.18 | 0.38 | 342.44 | 0.18 | 0.54 |
| Hex | 9F | 76 | 82 | 0 | 1A | 12 | 26 | 156 | 12 | 36 |
| Octal | 237 | 166 | 202 | 0 | 32 | 22 | 46 | 526 | 22 | 66 |
| Binary | 10011111 | 1110110 | 10000010 | 0 | 11010 | 10010 | 100110 | 101010110 | 10010 | 110110 |
Color Harmonies of #9F7682
Complementary color
Monochromatic Colors of #9F7682
Black with #9F7682
Text Example
Text Example
White with #9F7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7682; }
p { color: rgb(159,118,130); }
H1.HeaderClassName
{
color: #9F7682;
}
.AnyTagClassName
{
color: #9F7682;
}
</style>
background-color css
<style>
a { background-color: #9F7682; }
a { background-color: rgb(159,118,130); }
div.DivClassName
{
background-color: #9F7682;
}
.BgClassName
{
background-color: #9F7682;
}
</style>
border-color css
<style>
span { border-color: #9F7682; }
span { border-color: rgb(159,118,130); }
td.TdClassName
{
border-color: #9F7682;
}
.TagClassName
{
border-color: #9F7682;
}
</style>