Shades of Tapestry #9F7281
Tints of Tapestry #9F7281
RGB
CMYK
RGB Variations
Color information
#9F7281 (or 0x9F7281) is known color: Tapestry. HEX triplet: 9F, 72 and 81. RGB value is (159,114,129). Sum of RGB (Red+Green+Blue) = 159+114+129=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7281 is #608D7E. Grayscale: #818181. Windows color (decimal): -6327679 or 8483487. OLE color: 8483487.
HSL color Cylindrical-coordinate representation of color #9F7281: hue angle of 340º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7281 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 129 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.38 |
| HSL | 340º | 0.19% | 0.54% | - |
| HSV(B) | 340º | 0.28% | 0.62% | - |
| XYZ | 24.28 | 20.99 | 23.54 | - |
| YUV | 129.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 129 | 0 | 0.28 | 0.19 | 0.38 | 340 | 0.19 | 0.54 |
| Hex | 9F | 72 | 81 | 0 | 1C | 13 | 26 | 154 | 13 | 36 |
| Octal | 237 | 162 | 201 | 0 | 34 | 23 | 46 | 524 | 23 | 66 |
| Binary | 10011111 | 1110010 | 10000001 | 0 | 11100 | 10011 | 100110 | 101010100 | 10011 | 110110 |
Color Harmonies of #9F7281
Complementary color
Monochromatic Colors of #9F7281
Black with #9F7281
Text Example
Text Example
White with #9F7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7281; }
p { color: rgb(159,114,129); }
H1.HeaderClassName
{
color: #9F7281;
}
.AnyTagClassName
{
color: #9F7281;
}
</style>
background-color css
<style>
a { background-color: #9F7281; }
a { background-color: rgb(159,114,129); }
div.DivClassName
{
background-color: #9F7281;
}
.BgClassName
{
background-color: #9F7281;
}
</style>
border-color css
<style>
span { border-color: #9F7281; }
span { border-color: rgb(159,114,129); }
td.TdClassName
{
border-color: #9F7281;
}
.TagClassName
{
border-color: #9F7281;
}
</style>