Html Css Color HEX #96909B Amethyst Smoke

📋 copy color: '#96909B'

red 150 ◦ green 144 ◦ blue 155

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

Shades of Amethyst Smoke #96909B

Tints of Amethyst Smoke #96909B

RGB

 RED value IS 150 (58.98% from 255) = 33.41%

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

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

R = 33.41%
G = 32.07%
B = 34.52%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96909B (or 0x96909B) is known color: Amethyst Smoke. HEX triplet: 96, 90 and 9B. RGB value is (150,144,155). Sum of RGB (Red+Green+Blue) = 150+144+155=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #96909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909B is #696F64. Grayscale: #939393. Windows color (decimal): -6909797 or 10195094. OLE color: 10195094.

HSL color Cylindrical-coordinate representation of color #96909B: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96909B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 144 155 -
CMYK 0.03 0.07 0 0.39
HSL 272.73º 0.05% 0.59% -
HSV(B) 272.73º 0.07% 0.61% -
XYZ 28.47 28.8 35.07 -
YUV 147.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 150 144 155 0.03 0.07 0 0.39 272.73 0.05 0.59
Hex 96 90 9B 3 7 0 27 111 5 3B
Octal 226 220 233 3 7 0 47 421 5 73
Binary 10010110 10010000 10011011 11 111 0 100111 100010001 101 111011

Color Harmonies of #96909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96909B

Black with #96909B

Text Example


Text Example

White with #96909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96909B; }

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

 H1.HeaderClassName
 {
   color: #96909B;
 }
 .AnyTagClassName
 {
   color: #96909B;
 }
</style>

background-color css

<style>
 a { background-color: #96909B; }

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

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

border-color css

<style>
 span { border-color: #96909B; }

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

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