Html Css Color HEX #9B899F Amethyst Smoke

📋 copy color: '#9B899F'

red 155 ◦ green 137 ◦ blue 159

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

Shades of Amethyst Smoke #9B899F

Tints of Amethyst Smoke #9B899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 34.37%
G = 30.38%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B899F (or 0x9B899F) is known color: Amethyst Smoke. HEX triplet: 9B, 89 and 9F. RGB value is (155,137,159). Sum of RGB (Red+Green+Blue) = 155+137+159=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B899F is #647660. Grayscale: #909090. Windows color (decimal): -6583905 or 10455451. OLE color: 10455451.

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

Color convert

RGB 155 137 159 -
CMYK 0.03 0.14 0 0.38
HSL 289.09º 0.1% 0.58% -
HSV(B) 289.09º 0.14% 0.62% -
XYZ 28.72 27.36 36.57 -
YUV 144.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 155 137 159 0.03 0.14 0 0.38 289.09 0.1 0.58
Hex 9B 89 9F 3 E 0 26 121 A 3A
Octal 233 211 237 3 16 0 46 441 12 72
Binary 10011011 10001001 10011111 11 1110 0 100110 100100001 1010 111010

Color Harmonies of #9B899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B899F

Black with #9B899F

Text Example


Text Example

White with #9B899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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