Html Css Color HEX #9B889E Amethyst Smoke

📋 copy color: '#9B889E'

red 155 ◦ green 136 ◦ blue 158

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

Shades of Amethyst Smoke #9B889E

Tints of Amethyst Smoke #9B889E

RGB

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

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

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

R = 34.52%
G = 30.29%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B889E (or 0x9B889E) is known color: Amethyst Smoke. HEX triplet: 9B, 88 and 9E. RGB value is (155,136,158). Sum of RGB (Red+Green+Blue) = 155+136+158=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B889E is #647761. Grayscale: #909090. Windows color (decimal): -6584162 or 10389659. OLE color: 10389659.

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

Color convert

RGB 155 136 158 -
CMYK 0.02 0.14 0 0.38
HSL 291.82º 0.1% 0.58% -
HSV(B) 291.82º 0.14% 0.62% -
XYZ 28.49 27.05 36.07 -
YUV 144.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 155 136 158 0.02 0.14 0 0.38 291.82 0.1 0.58
Hex 9B 88 9E 2 E 0 26 124 A 3A
Octal 233 210 236 2 16 0 46 444 12 72
Binary 10011011 10001000 10011110 10 1110 0 100110 100100100 1010 111010

Color Harmonies of #9B889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B889E

Black with #9B889E

Text Example


Text Example

White with #9B889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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