Shades of Turkish Rose #9F8789
Tints of Turkish Rose #9F8789
RGB
CMYK
RGB Variations
Color information
#9F8789 (or 0x9F8789) is known color: Turkish Rose. HEX triplet: 9F, 87 and 89. RGB value is (159,135,137). Sum of RGB (Red+Green+Blue) = 159+135+137=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8789 is #607876. Grayscale: #8E8E8E. Windows color (decimal): -6322295 or 9013151. OLE color: 9013151.
HSL color Cylindrical-coordinate representation of color #9F8789: hue angle of 355º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F8789 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 137 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.38 |
| HSL | 355º | 0.11% | 0.58% | - |
| HSV(B) | 355º | 0.15% | 0.62% | - |
| XYZ | 27.48 | 26.51 | 27.33 | - |
| YUV | 142.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 137 | 0 | 0.15 | 0.14 | 0.38 | 355 | 0.11 | 0.58 |
| Hex | 9F | 87 | 89 | 0 | F | E | 26 | 163 | B | 3A |
| Octal | 237 | 207 | 211 | 0 | 17 | 16 | 46 | 543 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10001001 | 0 | 1111 | 1110 | 100110 | 101100011 | 1011 | 111010 |
Color Harmonies of #9F8789
Complementary color
Monochromatic Colors of #9F8789
Black with #9F8789
Text Example
Text Example
White with #9F8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8789; }
p { color: rgb(159,135,137); }
H1.HeaderClassName
{
color: #9F8789;
}
.AnyTagClassName
{
color: #9F8789;
}
</style>
background-color css
<style>
a { background-color: #9F8789; }
a { background-color: rgb(159,135,137); }
div.DivClassName
{
background-color: #9F8789;
}
.BgClassName
{
background-color: #9F8789;
}
</style>
border-color css
<style>
span { border-color: #9F8789; }
span { border-color: rgb(159,135,137); }
td.TdClassName
{
border-color: #9F8789;
}
.TagClassName
{
border-color: #9F8789;
}
</style>