Html Css Color HEX #9989A0 Amethyst Smoke

📋 copy color: '#9989A0'

red 153 ◦ green 137 ◦ blue 160

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

Shades of Amethyst Smoke #9989A0

Tints of Amethyst Smoke #9989A0

RGB

 RED value IS 153 (60.16% from 255) = 34%

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 34%
G = 30.44%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9989A0 (or 0x9989A0) is known color: Amethyst Smoke. HEX triplet: 99, 89 and A0. RGB value is (153,137,160). Sum of RGB (Red+Green+Blue) = 153+137+160=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #9989A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9989A0 is #66765F. Grayscale: #909090. Windows color (decimal): -6714976 or 10520985. OLE color: 10520985.

HSL color Cylindrical-coordinate representation of color #9989A0: hue angle of 281.74º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9989A0 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 137 160 -
CMYK 0.04 0.14 0 0.37
HSL 281.74º 0.11% 0.58% -
HSV(B) 281.74º 0.14% 0.63% -
XYZ 28.43 27.2 37.01 -
YUV 144.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 153 137 160 0.04 0.14 0 0.37 281.74 0.11 0.58
Hex 99 89 A0 4 E 0 25 11A B 3A
Octal 231 211 240 4 16 0 45 432 13 72
Binary 10011001 10001001 10100000 100 1110 0 100101 100011010 1011 111010

Color Harmonies of #9989A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9989A0

Black with #9989A0

Text Example


Text Example

White with #9989A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9989A0; }

 p { color: rgb(153,137,160); }

 H1.HeaderClassName
 {
   color: #9989A0;
 }
 .AnyTagClassName
 {
   color: #9989A0;
 }
</style>

background-color css

<style>
 a { background-color: #9989A0; }

 a { background-color: rgb(153,137,160); }

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

border-color css

<style>
 span { border-color: #9989A0; }

 span { border-color: rgb(153,137,160); }

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