Shades of Turkish Rose #9B6F7D
Tints of Turkish Rose #9B6F7D
RGB
CMYK
RGB Variations
Color information
#9B6F7D (or 0x9B6F7D) is known color: Turkish Rose. HEX triplet: 9B, 6F and 7D. RGB value is (155,111,125). Sum of RGB (Red+Green+Blue) = 155+111+125=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F7D is #649082. Grayscale: #7D7D7D. Windows color (decimal): -6590595 or 8220571. OLE color: 8220571.
HSL color Cylindrical-coordinate representation of color #9B6F7D: hue angle of 340.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F7D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 125 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.39 |
| HSL | 340.91º | 0.18% | 0.52% | - |
| HSV(B) | 340.91º | 0.28% | 0.61% | - |
| XYZ | 22.9 | 19.82 | 22.02 | - |
| YUV | 125.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 125 | 0 | 0.28 | 0.19 | 0.39 | 340.91 | 0.18 | 0.52 |
| Hex | 9B | 6F | 7D | 0 | 1C | 13 | 27 | 155 | 12 | 34 |
| Octal | 233 | 157 | 175 | 0 | 34 | 23 | 47 | 525 | 22 | 64 |
| Binary | 10011011 | 1101111 | 1111101 | 0 | 11100 | 10011 | 100111 | 101010101 | 10010 | 110100 |
Color Harmonies of #9B6F7D
Complementary color
Monochromatic Colors of #9B6F7D
Black with #9B6F7D
Text Example
Text Example
White with #9B6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F7D; }
p { color: rgb(155,111,125); }
H1.HeaderClassName
{
color: #9B6F7D;
}
.AnyTagClassName
{
color: #9B6F7D;
}
</style>
background-color css
<style>
a { background-color: #9B6F7D; }
a { background-color: rgb(155,111,125); }
div.DivClassName
{
background-color: #9B6F7D;
}
.BgClassName
{
background-color: #9B6F7D;
}
</style>
border-color css
<style>
span { border-color: #9B6F7D; }
span { border-color: rgb(155,111,125); }
td.TdClassName
{
border-color: #9B6F7D;
}
.TagClassName
{
border-color: #9B6F7D;
}
</style>