Html Css Color HEX #96779D Amethyst Smoke

📋 copy color: '#96779D'

red 150 ◦ green 119 ◦ blue 157

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

Shades of Amethyst Smoke #96779D

Tints of Amethyst Smoke #96779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 35.21%
G = 27.93%
B = 36.85%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96779D (or 0x96779D) is known color: Amethyst Smoke. HEX triplet: 96, 77 and 9D. RGB value is (150,119,157). Sum of RGB (Red+Green+Blue) = 150+119+157=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #96779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96779D is #698862. Grayscale: #848484. Windows color (decimal): -6916195 or 10319766. OLE color: 10319766.

HSL color Cylindrical-coordinate representation of color #96779D: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96779D is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 119 157 -
CMYK 0.04 0.24 0 0.38
HSL 288.95º 0.16% 0.54% -
HSV(B) 288.95º 0.24% 0.62% -
XYZ 25.26 22.11 34.83 -
YUV 132.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 150 119 157 0.04 0.24 0 0.38 288.95 0.16 0.54
Hex 96 77 9D 4 18 0 26 121 10 36
Octal 226 167 235 4 30 0 46 441 20 66
Binary 10010110 1110111 10011101 100 11000 0 100110 100100001 10000 110110

Color Harmonies of #96779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96779D

Black with #96779D

Text Example


Text Example

White with #96779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96779D; }

 p { color: rgb(150,119,157); }

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

background-color css

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

 a { background-color: rgb(150,119,157); }

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

border-color css

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

 span { border-color: rgb(150,119,157); }

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