#9E737F

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

Shades of Turkish Rose #9E737F

Tints of Turkish Rose #9E737F

Color information

#9E737F (or 0x9E737F) is unknown color: approx Turkish Rose. HEX triplet: 9E, 73 and 7F. RGB value is (158,115,127). Sum of RGB (Red+Green+Blue) = 158+115+127=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E737F is #618C80. Grayscale: #818181. Windows color (decimal): -6392961 or 8352670. OLE color: 8352670.

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

Color convert

RGB158115127-
CMYK00.270.200.38
HSL343.26º18.14%53.53%-
HSV(B)343.26º27.22%61.96%-
XYZ24.0621.0622.88-
YUV129.22126.75148.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.5%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 127 (50% from 255) = 31.75%
R=39.5%
G=28.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811512700.270.200.38343.2618.1453.53
Hex9E737F01B14261571236
Octal23616317703324465272266
Binary10011110111001111111110110111010010011010101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,127); }

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

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

 a { background-color: rgb(158,115,127); }

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

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

 span { border-color: rgb(158,115,127); }

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