Html Css Color HEX #96919A Amethyst Smoke

📋 copy color: '#96919A'

red 150 ◦ green 145 ◦ blue 154

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

Shades of Amethyst Smoke #96919A

Tints of Amethyst Smoke #96919A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 33.41%
G = 32.29%
B = 34.3%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96919A (or 0x96919A) is known color: Amethyst Smoke. HEX triplet: 96, 91 and 9A. RGB value is (150,145,154). Sum of RGB (Red+Green+Blue) = 150+145+154=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 154 - color contains mainly: blue. Hex color #96919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919A is #696E65. Grayscale: #939393. Windows color (decimal): -6909542 or 10129814. OLE color: 10129814.

HSL color Cylindrical-coordinate representation of color #96919A: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96919A is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 145 154 -
CMYK 0.03 0.06 0 0.40
HSL 273.33º 0.04% 0.59% -
HSV(B) 273.33º 0.06% 0.6% -
XYZ 28.54 29.07 34.68 -
YUV 147.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 150 145 154 0.03 0.06 0 0.40 273.33 0.04 0.59
Hex 96 91 9A 3 6 0 28 111 4 3B
Octal 226 221 232 3 6 0 50 421 4 73
Binary 10010110 10010001 10011010 11 110 0 101000 100010001 100 111011

Color Harmonies of #96919A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96919A

Black with #96919A

Text Example


Text Example

White with #96919A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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