Html Css Color HEX #9B889F Amethyst Smoke

📋 copy color: '#9B889F'

red 155 ◦ green 136 ◦ blue 159

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

Shades of Amethyst Smoke #9B889F

Tints of Amethyst Smoke #9B889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

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

R = 34.44%
G = 30.22%
B = 35.33%

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

#9B889F (or 0x9B889F) is known color: Amethyst Smoke. HEX triplet: 9B, 88 and 9F. RGB value is (155,136,159). Sum of RGB (Red+Green+Blue) = 155+136+159=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B889F is #647760. Grayscale: #909090. Windows color (decimal): -6584161 or 10455195. OLE color: 10455195.

HSL color Cylindrical-coordinate representation of color #9B889F: hue angle of 289.57º degrees, saturation: 0.11, 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 #9B889F is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 136 159 -
CMYK 0.03 0.14 0 0.38
HSL 289.57º 0.11% 0.58% -
HSV(B) 289.57º 0.14% 0.62% -
XYZ 28.58 27.08 36.52 -
YUV 144.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 155 136 159 0.03 0.14 0 0.38 289.57 0.11 0.58
Hex 9B 88 9F 3 E 0 26 122 B 3A
Octal 233 210 237 3 16 0 46 442 13 72
Binary 10011011 10001000 10011111 11 1110 0 100110 100100010 1011 111010

Color Harmonies of #9B889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B889F

Black with #9B889F

Text Example


Text Example

White with #9B889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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