#9F7681

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

Shades of Turkish Rose #9F7681

Tints of Turkish Rose #9F7681

Color information

#9F7681 (or 0x9F7681) is unknown color: approx Turkish Rose. HEX triplet: 9F, 76 and 81. RGB value is (159,118,129). Sum of RGB (Red+Green+Blue) = 159+118+129=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7681 is #60897E. Grayscale: #838383. Windows color (decimal): -6326655 or 8484511. OLE color: 8484511.

HSL color Cylindrical-coordinate representation of color #9F7681: hue angle of 343.9º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7681 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB159118129-
CMYK00.260.190.38
HSL343.9º17.6%54.31%-
HSV(B)343.9º25.79%62.35%-
XYZ24.7421.9123.69-
YUV131.51126.58147.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=39.16%
G=29.06%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911812900.260.190.38343.917.654.31
Hex9F768101A13261581236
Octal23716620103223465302266
Binary100111111110110100000010110101001110011010101100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,129); }

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

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

 a { background-color: rgb(159,118,129); }

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

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

 span { border-color: rgb(159,118,129); }

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