Shades of Turkish Rose #9B6F7B
Tints of Turkish Rose #9B6F7B
RGB
CMYK
RGB Variations
Color information
#9B6F7B (or 0x9B6F7B) is known color: Turkish Rose. HEX triplet: 9B, 6F and 7B. RGB value is (155,111,123). Sum of RGB (Red+Green+Blue) = 155+111+123=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F7B is #649084. Grayscale: #7D7D7D. Windows color (decimal): -6590597 or 8089499. OLE color: 8089499.
HSL color Cylindrical-coordinate representation of color #9B6F7B: hue angle of 343.64º 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 #9B6F7B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 123 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.39 |
| HSL | 343.64º | 0.18% | 0.52% | - |
| HSV(B) | 343.64º | 0.28% | 0.61% | - |
| XYZ | 22.78 | 19.77 | 21.35 | - |
| YUV | 125.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 123 | 0 | 0.28 | 0.21 | 0.39 | 343.64 | 0.18 | 0.52 |
| Hex | 9B | 6F | 7B | 0 | 1C | 15 | 27 | 158 | 12 | 34 |
| Octal | 233 | 157 | 173 | 0 | 34 | 25 | 47 | 530 | 22 | 64 |
| Binary | 10011011 | 1101111 | 1111011 | 0 | 11100 | 10101 | 100111 | 101011000 | 10010 | 110100 |
Color Harmonies of #9B6F7B
Complementary color
Monochromatic Colors of #9B6F7B
Black with #9B6F7B
Text Example
Text Example
White with #9B6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F7B; }
p { color: rgb(155,111,123); }
H1.HeaderClassName
{
color: #9B6F7B;
}
.AnyTagClassName
{
color: #9B6F7B;
}
</style>
background-color css
<style>
a { background-color: #9B6F7B; }
a { background-color: rgb(155,111,123); }
div.DivClassName
{
background-color: #9B6F7B;
}
.BgClassName
{
background-color: #9B6F7B;
}
</style>
border-color css
<style>
span { border-color: #9B6F7B; }
span { border-color: rgb(155,111,123); }
td.TdClassName
{
border-color: #9B6F7B;
}
.TagClassName
{
border-color: #9B6F7B;
}
</style>