Shades of Tapestry #9F7584
Tints of Tapestry #9F7584
RGB
CMYK
RGB Variations
Color information
#9F7584 (or 0x9F7584) is known color: Tapestry. HEX triplet: 9F, 75 and 84. RGB value is (159,117,132). Sum of RGB (Red+Green+Blue) = 159+117+132=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7584 is #608A7B. Grayscale: #838383. Windows color (decimal): -6326908 or 8680863. OLE color: 8680863.
HSL color Cylindrical-coordinate representation of color #9F7584: hue angle of 338.57º 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 #9F7584 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 132 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.38 |
| HSL | 338.57º | 0.18% | 0.54% | - |
| HSV(B) | 338.57º | 0.26% | 0.62% | - |
| XYZ | 24.82 | 21.76 | 24.72 | - |
| YUV | 131.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 132 | 0 | 0.26 | 0.17 | 0.38 | 338.57 | 0.18 | 0.54 |
| Hex | 9F | 75 | 84 | 0 | 1A | 11 | 26 | 153 | 12 | 36 |
| Octal | 237 | 165 | 204 | 0 | 32 | 21 | 46 | 523 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10000100 | 0 | 11010 | 10001 | 100110 | 101010011 | 10010 | 110110 |
Color Harmonies of #9F7584
Complementary color
Monochromatic Colors of #9F7584
Black with #9F7584
Text Example
Text Example
White with #9F7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7584; }
p { color: rgb(159,117,132); }
H1.HeaderClassName
{
color: #9F7584;
}
.AnyTagClassName
{
color: #9F7584;
}
</style>
background-color css
<style>
a { background-color: #9F7584; }
a { background-color: rgb(159,117,132); }
div.DivClassName
{
background-color: #9F7584;
}
.BgClassName
{
background-color: #9F7584;
}
</style>
border-color css
<style>
span { border-color: #9F7584; }
span { border-color: rgb(159,117,132); }
td.TdClassName
{
border-color: #9F7584;
}
.TagClassName
{
border-color: #9F7584;
}
</style>