Html Css Color HEX #96919C Amethyst Smoke

📋 copy color: '#96919C'

red 150 ◦ green 145 ◦ blue 156

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

Shades of Amethyst Smoke #96919C

Tints of Amethyst Smoke #96919C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.15%

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

R = 33.26%
G = 32.15%
B = 34.59%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96919C (or 0x96919C) is known color: Amethyst Smoke. HEX triplet: 96, 91 and 9C. RGB value is (150,145,156). Sum of RGB (Red+Green+Blue) = 150+145+156=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 156 - color contains mainly: blue. Hex color #96919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919C is #696E63. Grayscale: #939393. Windows color (decimal): -6909540 or 10260886. OLE color: 10260886.

HSL color Cylindrical-coordinate representation of color #96919C: hue angle of 267.27º 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 #96919C is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 145 156 -
CMYK 0.04 0.07 0 0.39
HSL 267.27º 0.05% 0.59% -
HSV(B) 267.27º 0.07% 0.61% -
XYZ 28.7 29.14 35.56 -
YUV 147.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 150 145 156 0.04 0.07 0 0.39 267.27 0.05 0.59
Hex 96 91 9C 4 7 0 27 10B 5 3B
Octal 226 221 234 4 7 0 47 413 5 73
Binary 10010110 10010001 10011100 100 111 0 100111 100001011 101 111011

Color Harmonies of #96919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96919C

Black with #96919C

Text Example


Text Example

White with #96919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96919C; }

 p { color: rgb(150,145,156); }

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

background-color css

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

 a { background-color: rgb(150,145,156); }

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

border-color css

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

 span { border-color: rgb(150,145,156); }

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