#9F6F7C

Color #9F6F7C Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9F6F7C

Tints of Turkish Rose #9F6F7C

Color information

#9F6F7C (or 0x9F6F7C) is unknown color: approx 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

RGB159111124-
CMYK00.300.220.38
HSL343.75º20%52.94%-
HSV(B)343.75º30.19%62.35%-
XYZ23.6220.221.72-
YUV126.83126.4150.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=40.36%
G=28.17%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911112400.300.220.38343.752052.94
Hex9F6F7C01E16261581435
Octal23715717403626465302465
Binary10011111110111111111000111101011010011010101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>