#9F6C7D

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

Shades of Turkish Rose #9F6C7D

Tints of Turkish Rose #9F6C7D

Color information

#9F6C7D (or 0x9F6C7D) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6C and 7D. RGB value is (159,108,125). Sum of RGB (Red+Green+Blue) = 159+108+125=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C7D is #609382. Grayscale: #7D7D7D. Windows color (decimal): -6329219 or 8219807. OLE color: 8219807.

HSL color Cylindrical-coordinate representation of color #9F6C7D: hue angle of 340º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C7D is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159108125-
CMYK00.320.210.38
HSL340º20.99%52.35%-
HSV(B)340º32.08%62.35%-
XYZ23.3619.5821.95-
YUV125.19127.9152.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=40.56%
G=27.55%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910812500.320.210.3834020.9952.35
Hex9F6C7D02015261541534
Octal23715417504025465242564
Binary100111111101100111110101000001010110011010101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6C7D; }

 p { color: rgb(159,108,125); }

 H1.HeaderClassName
 {
   color: #9F6C7D;
 }
 .AnyTagClassName
 {
   color: #9F6C7D;
 }
</style>
background-color css

<style>
 a { background-color: #9F6C7D; }

 a { background-color: rgb(159,108,125); }

 div.DivClassName
 {
   background-color: #9F6C7D;
 }
 .BgClassName
 {
   background-color: #9F6C7D;
 }
</style>
border-color css

<style>
 span { border-color: #9F6C7D; }

 span { border-color: rgb(159,108,125); }

 td.TdClassName
 {
   border-color: #9F6C7D;
 }
 .TagClassName
 {
   border-color: #9F6C7D;
 }
</style>