Shades of Turkish Rose #9E707D
Tints of Turkish Rose #9E707D
RGB
CMYK
RGB Variations
Color information
#9E707D (or 0x9E707D) is known color: Turkish Rose. HEX triplet: 9E, 70 and 7D. RGB value is (158,112,125). Sum of RGB (Red+Green+Blue) = 158+112+125=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E707D is #618F82. Grayscale: #7F7F7F. Windows color (decimal): -6393731 or 8220830. OLE color: 8220830.
HSL color Cylindrical-coordinate representation of color #9E707D: hue angle of 343.04º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E707D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 125 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.38 |
| HSL | 343.04º | 0.19% | 0.53% | - |
| HSV(B) | 343.04º | 0.29% | 0.62% | - |
| XYZ | 23.6 | 20.34 | 22.08 | - |
| YUV | 127.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 125 | 0 | 0.29 | 0.21 | 0.38 | 343.04 | 0.19 | 0.53 |
| Hex | 9E | 70 | 7D | 0 | 1D | 15 | 26 | 157 | 13 | 35 |
| Octal | 236 | 160 | 175 | 0 | 35 | 25 | 46 | 527 | 23 | 65 |
| Binary | 10011110 | 1110000 | 1111101 | 0 | 11101 | 10101 | 100110 | 101010111 | 10011 | 110101 |
Color Harmonies of #9E707D
Complementary color
Monochromatic Colors of #9E707D
Black with #9E707D
Text Example
Text Example
White with #9E707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E707D; }
p { color: rgb(158,112,125); }
H1.HeaderClassName
{
color: #9E707D;
}
.AnyTagClassName
{
color: #9E707D;
}
</style>
background-color css
<style>
a { background-color: #9E707D; }
a { background-color: rgb(158,112,125); }
div.DivClassName
{
background-color: #9E707D;
}
.BgClassName
{
background-color: #9E707D;
}
</style>
border-color css
<style>
span { border-color: #9E707D; }
span { border-color: rgb(158,112,125); }
td.TdClassName
{
border-color: #9E707D;
}
.TagClassName
{
border-color: #9E707D;
}
</style>