#9E717F

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

Shades of Turkish Rose #9E717F

Tints of Turkish Rose #9E717F

Color information

#9E717F (or 0x9E717F) is unknown color: approx Turkish Rose. HEX triplet: 9E, 71 and 7F. RGB value is (158,113,127). Sum of RGB (Red+Green+Blue) = 158+113+127=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E717F is #618E80. Grayscale: #808080. Windows color (decimal): -6393473 or 8352158. OLE color: 8352158.

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

Color convert

RGB158113127-
CMYK00.280.200.38
HSL341.33º18.83%53.14%-
HSV(B)341.33º28.48%61.96%-
XYZ23.8420.6122.8-
YUV128.05127.41149.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 127 (50% from 255) = 31.91%
R=39.70%
G=28.39%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811312700.280.200.38341.3318.8353.14
Hex9E717F01C14261551335
Octal23616117703424465252365
Binary10011110111000111111110111001010010011010101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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