Html Css Color HEX #9B989C Amethyst Smoke

📋 copy color: '#9B989C'

red 155 ◦ green 152 ◦ blue 156

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

Shades of Amethyst Smoke #9B989C

Tints of Amethyst Smoke #9B989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 33.48%
G = 32.83%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B989C (or 0x9B989C) is known color: Amethyst Smoke. HEX triplet: 9B, 98 and 9C. RGB value is (155,152,156). Sum of RGB (Red+Green+Blue) = 155+152+156=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B989C is #646763. Grayscale: #999999. Windows color (decimal): -6580068 or 10262683. OLE color: 10262683.

HSL color Cylindrical-coordinate representation of color #9B989C: hue angle of 285º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B989C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 152 156 -
CMYK 0.01 0.03 0 0.39
HSL 285º 0.02% 0.6% -
HSV(B) 285º 0.03% 0.61% -
XYZ 30.75 31.83 35.97 -
YUV 153.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 155 152 156 0.01 0.03 0 0.39 285 0.02 0.6
Hex 9B 98 9C 1 3 0 27 11D 2 3C
Octal 233 230 234 1 3 0 47 435 2 74
Binary 10011011 10011000 10011100 1 11 0 100111 100011101 10 111100

Color Harmonies of #9B989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B989C

Black with #9B989C

Text Example


Text Example

White with #9B989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,156); }

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

background-color css

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

 a { background-color: rgb(155,152,156); }

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

border-color css

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

 span { border-color: rgb(155,152,156); }

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