Html Css Color HEX #89738E Amethyst Smoke

📋 copy color: '#89738E'

red 137 ◦ green 115 ◦ blue 142

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

Shades of Amethyst Smoke #89738E

Tints of Amethyst Smoke #89738E

RGB

 RED value IS 137 (53.91% from 255) = 34.77%

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 34.77%
G = 29.19%
B = 36.04%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89738E (or 0x89738E) is known color: Amethyst Smoke. HEX triplet: 89, 73 and 8E. RGB value is (137,115,142). Sum of RGB (Red+Green+Blue) = 137+115+142=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #89738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89738E is #768C71. Grayscale: #7C7C7C. Windows color (decimal): -7769202 or 9335689. OLE color: 9335689.

HSL color Cylindrical-coordinate representation of color #89738E: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89738E is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 115 142 -
CMYK 0.04 0.19 0 0.44
HSL 288.89º 0.11% 0.5% -
HSV(B) 288.89º 0.19% 0.56% -
XYZ 21.33 19.53 28.24 -
YUV 124.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 137 115 142 0.04 0.19 0 0.44 288.89 0.11 0.5
Hex 89 73 8E 4 13 0 2C 121 B 32
Octal 211 163 216 4 23 0 54 441 13 62
Binary 10001001 1110011 10001110 100 10011 0 101100 100100001 1011 110010

Color Harmonies of #89738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89738E

Black with #89738E

Text Example


Text Example

White with #89738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89738E; }

 p { color: rgb(137,115,142); }

 H1.HeaderClassName
 {
   color: #89738E;
 }
 .AnyTagClassName
 {
   color: #89738E;
 }
</style>

background-color css

<style>
 a { background-color: #89738E; }

 a { background-color: rgb(137,115,142); }

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

border-color css

<style>
 span { border-color: #89738E; }

 span { border-color: rgb(137,115,142); }

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