Html Css Color HEX #9B999C Amethyst Smoke

📋 copy color: '#9B999C'

red 155 ◦ green 153 ◦ blue 156

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

Shades of Amethyst Smoke #9B999C

Tints of Amethyst Smoke #9B999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 33.41%
G = 32.97%
B = 33.62%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B999C (or 0x9B999C) is known color: Amethyst Smoke. HEX triplet: 9B, 99 and 9C. RGB value is (155,153,156). Sum of RGB (Red+Green+Blue) = 155+153+156=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B999C is #646663. Grayscale: #999999. Windows color (decimal): -6579812 or 10262939. OLE color: 10262939.

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

Color convert

RGB 155 153 156 -
CMYK 0.01 0.02 0 0.39
HSL 280º 0.01% 0.61% -
HSV(B) 280º 0.02% 0.61% -
XYZ 30.91 32.15 36.03 -
YUV 153.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 155 153 156 0.01 0.02 0 0.39 280 0.01 0.61
Hex 9B 99 9C 1 2 0 27 118 1 3D
Octal 233 231 234 1 2 0 47 430 1 75
Binary 10011011 10011001 10011100 1 10 0 100111 100011000 1 111101

Color Harmonies of #9B999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B999C

Black with #9B999C

Text Example


Text Example

White with #9B999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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