Html Css Color HEX #9E737D Turkish Rose

📋 copy color: '#9E737D'

red 158 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #9E737D

Tints of Turkish Rose #9E737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 39.7%
G = 28.89%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E737D (or 0x9E737D) is known color: Turkish Rose. HEX triplet: 9E, 73 and 7D. RGB value is (158,115,125). Sum of RGB (Red+Green+Blue) = 158+115+125=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E737D is #618C82. Grayscale: #818181. Windows color (decimal): -6392963 or 8221598. OLE color: 8221598.

HSL color Cylindrical-coordinate representation of color #9E737D: hue angle of 346.05º 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 #9E737D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 115 125 -
CMYK 0 0.27 0.21 0.38
HSL 346.05º 0.18% 0.54% -
HSV(B) 346.05º 0.27% 0.62% -
XYZ 23.93 21.01 22.2 -
YUV 129 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 158 115 125 0 0.27 0.21 0.38 346.05 0.18 0.54
Hex 9E 73 7D 0 1B 15 26 15A 12 36
Octal 236 163 175 0 33 25 46 532 22 66
Binary 10011110 1110011 1111101 0 11011 10101 100110 101011010 10010 110110

Color Harmonies of #9E737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E737D

Black with #9E737D

Text Example


Text Example

White with #9E737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E737D;
 }
 .AnyTagClassName
 {
   color: #9E737D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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