Html Css Color HEX #9B909E Amethyst Smoke

📋 copy color: '#9B909E'

red 155 ◦ green 144 ◦ blue 158

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

Shades of Amethyst Smoke #9B909E

Tints of Amethyst Smoke #9B909E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

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

R = 33.92%
G = 31.51%
B = 34.57%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B909E (or 0x9B909E) is known color: Amethyst Smoke. HEX triplet: 9B, 90 and 9E. RGB value is (155,144,158). Sum of RGB (Red+Green+Blue) = 155+144+158=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B909E is #646F61. Grayscale: #949494. Windows color (decimal): -6582114 or 10391707. OLE color: 10391707.

HSL color Cylindrical-coordinate representation of color #9B909E: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B909E is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 144 158 -
CMYK 0.02 0.09 0 0.38
HSL 287.14º 0.07% 0.59% -
HSV(B) 287.14º 0.09% 0.62% -
XYZ 29.66 29.38 36.46 -
YUV 148.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 155 144 158 0.02 0.09 0 0.38 287.14 0.07 0.59
Hex 9B 90 9E 2 9 0 26 11F 7 3B
Octal 233 220 236 2 11 0 46 437 7 73
Binary 10011011 10010000 10011110 10 1001 0 100110 100011111 111 111011

Color Harmonies of #9B909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B909E

Black with #9B909E

Text Example


Text Example

White with #9B909E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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