Html Css Color HEX #89818A Amethyst Smoke

📋 copy color: '#89818A'

red 137 ◦ green 129 ◦ blue 138

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

Shades of Amethyst Smoke #89818A

Tints of Amethyst Smoke #89818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 33.91%
G = 31.93%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#89818A (or 0x89818A) is known color: Amethyst Smoke. HEX triplet: 89, 81 and 8A. RGB value is (137,129,138). Sum of RGB (Red+Green+Blue) = 137+129+138=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #89818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89818A is #767E75. Grayscale: #848484. Windows color (decimal): -7765622 or 9077129. OLE color: 9077129.

HSL color Cylindrical-coordinate representation of color #89818A: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89818A is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 138 -
CMYK 0.01 0.07 0 0.46
HSL 293.33º 0.04% 0.52% -
HSV(B) 293.33º 0.07% 0.54% -
XYZ 22.75 22.85 27.26 -
YUV 132.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 137 129 138 0.01 0.07 0 0.46 293.33 0.04 0.52
Hex 89 81 8A 1 7 0 2E 125 4 34
Octal 211 201 212 1 7 0 56 445 4 64
Binary 10001001 10000001 10001010 1 111 0 101110 100100101 100 110100

Color Harmonies of #89818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89818A

Black with #89818A

Text Example


Text Example

White with #89818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89818A; }

 p { color: rgb(137,129,138); }

 H1.HeaderClassName
 {
   color: #89818A;
 }
 .AnyTagClassName
 {
   color: #89818A;
 }
</style>

background-color css

<style>
 a { background-color: #89818A; }

 a { background-color: rgb(137,129,138); }

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

border-color css

<style>
 span { border-color: #89818A; }

 span { border-color: rgb(137,129,138); }

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