Html Css Color HEX #939096 Amethyst Smoke

📋 copy color: '#939096'

red 147 ◦ green 144 ◦ blue 150

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

Shades of Amethyst Smoke #939096

Tints of Amethyst Smoke #939096

RGB

 RED value IS 147 (57.81% from 255) = 33.33%

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 33.33%
G = 32.65%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#939096 (or 0x939096) is known color: Amethyst Smoke. HEX triplet: 93, 90 and 96. RGB value is (147,144,150). Sum of RGB (Red+Green+Blue) = 147+144+150=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 150 - color contains mainly: blue. Hex color #939096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939096 is #6C6F69. Grayscale: #919191. Windows color (decimal): -7106410 or 9867411. OLE color: 9867411.

HSL color Cylindrical-coordinate representation of color #939096: hue angle of 270º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939096 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 144 150 -
CMYK 0.02 0.04 0 0.41
HSL 270º 0.03% 0.58% -
HSV(B) 270º 0.04% 0.59% -
XYZ 27.51 28.35 32.88 -
YUV 145.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 147 144 150 0.02 0.04 0 0.41 270 0.03 0.58
Hex 93 90 96 2 4 0 29 10E 3 3A
Octal 223 220 226 2 4 0 51 416 3 72
Binary 10010011 10010000 10010110 10 100 0 101001 100001110 11 111010

Color Harmonies of #939096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939096

Black with #939096

Text Example


Text Example

White with #939096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939096; }

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

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

background-color css

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

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

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

border-color css

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

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

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