Shades of Turkish Rose #9F6F7C
Tints of Turkish Rose #9F6F7C
RGB
CMYK
RGB Variations
Color information
#9F6F7C (or 0x9F6F7C) is known color: Turkish Rose. HEX triplet: 9F, 6F and 7C. RGB value is (159,111,124). Sum of RGB (Red+Green+Blue) = 159+111+124=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F7C is #609083. Grayscale: #7E7E7E. Windows color (decimal): -6328452 or 8155039. OLE color: 8155039.
HSL color Cylindrical-coordinate representation of color #9F6F7C: hue angle of 343.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F7C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 111 | 124 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.38 |
| HSL | 343.75º | 0.2% | 0.53% | - |
| HSV(B) | 343.75º | 0.3% | 0.62% | - |
| XYZ | 23.62 | 20.2 | 21.72 | - |
| YUV | 126.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 124 | 0 | 0.30 | 0.22 | 0.38 | 343.75 | 0.2 | 0.53 |
| Hex | 9F | 6F | 7C | 0 | 1E | 16 | 26 | 158 | 14 | 35 |
| Octal | 237 | 157 | 174 | 0 | 36 | 26 | 46 | 530 | 24 | 65 |
| Binary | 10011111 | 1101111 | 1111100 | 0 | 11110 | 10110 | 100110 | 101011000 | 10100 | 110101 |
Color Harmonies of #9F6F7C
Complementary color
Monochromatic Colors of #9F6F7C
Black with #9F6F7C
Text Example
Text Example
White with #9F6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6F7C; }
p { color: rgb(159,111,124); }
H1.HeaderClassName
{
color: #9F6F7C;
}
.AnyTagClassName
{
color: #9F6F7C;
}
</style>
background-color css
<style>
a { background-color: #9F6F7C; }
a { background-color: rgb(159,111,124); }
div.DivClassName
{
background-color: #9F6F7C;
}
.BgClassName
{
background-color: #9F6F7C;
}
</style>
border-color css
<style>
span { border-color: #9F6F7C; }
span { border-color: rgb(159,111,124); }
td.TdClassName
{
border-color: #9F6F7C;
}
.TagClassName
{
border-color: #9F6F7C;
}
</style>