Shades of Turkish Rose #9F8284
Tints of Turkish Rose #9F8284
RGB
CMYK
RGB Variations
Color information
#9F8284 (or 0x9F8284) is known color: Turkish Rose. HEX triplet: 9F, 82 and 84. RGB value is (159,130,132). Sum of RGB (Red+Green+Blue) = 159+130+132=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8284 is #607D7B. Grayscale: #8A8A8A. Windows color (decimal): -6323580 or 8684191. OLE color: 8684191.
HSL color Cylindrical-coordinate representation of color #9F8284: hue angle of 355.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8284 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 132 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.38 |
| HSL | 355.86º | 0.13% | 0.57% | - |
| HSV(B) | 355.86º | 0.18% | 0.62% | - |
| XYZ | 26.45 | 25 | 25.26 | - |
| YUV | 138.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 132 | 0 | 0.18 | 0.17 | 0.38 | 355.86 | 0.13 | 0.57 |
| Hex | 9F | 82 | 84 | 0 | 12 | 11 | 26 | 164 | D | 39 |
| Octal | 237 | 202 | 204 | 0 | 22 | 21 | 46 | 544 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10000100 | 0 | 10010 | 10001 | 100110 | 101100100 | 1101 | 111001 |
Color Harmonies of #9F8284
Complementary color
Monochromatic Colors of #9F8284
Black with #9F8284
Text Example
Text Example
White with #9F8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8284; }
p { color: rgb(159,130,132); }
H1.HeaderClassName
{
color: #9F8284;
}
.AnyTagClassName
{
color: #9F8284;
}
</style>
background-color css
<style>
a { background-color: #9F8284; }
a { background-color: rgb(159,130,132); }
div.DivClassName
{
background-color: #9F8284;
}
.BgClassName
{
background-color: #9F8284;
}
</style>
border-color css
<style>
span { border-color: #9F8284; }
span { border-color: rgb(159,130,132); }
td.TdClassName
{
border-color: #9F8284;
}
.TagClassName
{
border-color: #9F8284;
}
</style>