Html Css Color HEX #9889A0 Amethyst Smoke

📋 copy color: '#9889A0'

red 152 ◦ green 137 ◦ blue 160

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

Shades of Amethyst Smoke #9889A0

Tints of Amethyst Smoke #9889A0

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

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

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

R = 33.85%
G = 30.51%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9889A0 (or 0x9889A0) is known color: Amethyst Smoke. HEX triplet: 98, 89 and A0. RGB value is (152,137,160). Sum of RGB (Red+Green+Blue) = 152+137+160=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 160 - color contains mainly: blue. Hex color #9889A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9889A0 is #67765F. Grayscale: #909090. Windows color (decimal): -6780512 or 10520984. OLE color: 10520984.

HSL color Cylindrical-coordinate representation of color #9889A0: hue angle of 279.13º 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 #9889A0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 137 160 -
CMYK 0.05 0.14 0 0.37
HSL 279.13º 0.11% 0.58% -
HSV(B) 279.13º 0.14% 0.63% -
XYZ 28.24 27.1 37 -
YUV 144.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 152 137 160 0.05 0.14 0 0.37 279.13 0.11 0.58
Hex 98 89 A0 5 E 0 25 117 B 3A
Octal 230 211 240 5 16 0 45 427 13 72
Binary 10011000 10001001 10100000 101 1110 0 100101 100010111 1011 111010

Color Harmonies of #9889A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889A0

Black with #9889A0

Text Example


Text Example

White with #9889A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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