Html Css Color HEX #9B899E Amethyst Smoke

📋 copy color: '#9B899E'

red 155 ◦ green 137 ◦ blue 158

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

Shades of Amethyst Smoke #9B899E

Tints of Amethyst Smoke #9B899E

RGB

 RED value IS 155 (60.94% from 255) = 34.44%

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 34.44%
G = 30.44%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B899E (or 0x9B899E) is known color: Amethyst Smoke. HEX triplet: 9B, 89 and 9E. RGB value is (155,137,158). Sum of RGB (Red+Green+Blue) = 155+137+158=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B899E is #647661. Grayscale: #909090. Windows color (decimal): -6583906 or 10389915. OLE color: 10389915.

HSL color Cylindrical-coordinate representation of color #9B899E: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B899E is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 137 158 -
CMYK 0.02 0.13 0 0.38
HSL 291.43º 0.1% 0.58% -
HSV(B) 291.43º 0.13% 0.62% -
XYZ 28.63 27.33 36.11 -
YUV 144.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 155 137 158 0.02 0.13 0 0.38 291.43 0.1 0.58
Hex 9B 89 9E 2 D 0 26 123 A 3A
Octal 233 211 236 2 15 0 46 443 12 72
Binary 10011011 10001001 10011110 10 1101 0 100110 100100011 1010 111010

Color Harmonies of #9B899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B899E

Black with #9B899E

Text Example


Text Example

White with #9B899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,158); }

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

background-color css

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

 a { background-color: rgb(155,137,158); }

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

border-color css

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

 span { border-color: rgb(155,137,158); }

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