Html Css Color HEX #9E717F Turkish Rose

📋 copy color: '#9E717F'

red 158 ◦ green 113 ◦ blue 127

#9E717F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9E717F

Tints of Turkish Rose #9E717F

RGB

 RED value IS 158 (62.11% from 255) = 39.7%

 GREEN value IS 113 (44.53% from 255) = 28.39%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 39.7%
G = 28.39%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E717F (or 0x9E717F) is known color: 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

RGB 158 113 127 -
CMYK 0 0.28 0.20 0.38
HSL 341.33º 0.19% 0.53% -
HSV(B) 341.33º 0.28% 0.62% -
XYZ 23.84 20.61 22.8 -
YUV 128.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 158 113 127 0 0.28 0.20 0.38 341.33 0.19 0.53
Hex 9E 71 7F 0 1C 14 26 155 13 35
Octal 236 161 177 0 34 24 46 525 23 65
Binary 10011110 1110001 1111111 0 11100 10100 100110 101010101 10011 110101

Color Harmonies of #9E717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E717F

Black with #9E717F

Text Example


Text Example

White with #9E717F

Text Example


Text Example

HTML Codes & Css Web 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>