Html Css Color HEX #968096 Amethyst Smoke

📋 copy color: '#968096'

red 150 ◦ green 128 ◦ blue 150

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

Shades of Amethyst Smoke #968096

Tints of Amethyst Smoke #968096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 35.05%
G = 29.91%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#968096 (or 0x968096) is known color: Amethyst Smoke. HEX triplet: 96, 80 and 96. RGB value is (150,128,150). Sum of RGB (Red+Green+Blue) = 150+128+150=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #968096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968096 is #697F69. Grayscale: #898989. Windows color (decimal): -6913898 or 9863318. OLE color: 9863318.

HSL color Cylindrical-coordinate representation of color #968096: hue angle of 300º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968096 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 150 -
CMYK 0 0.15 0 0.41
HSL 300º 0.09% 0.55% -
HSV(B) 300º 0.15% 0.59% -
XYZ 25.8 24.12 32.15 -
YUV 137.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 150 128 150 0 0.15 0 0.41 300 0.09 0.55
Hex 96 80 96 0 F 0 29 12C 9 37
Octal 226 200 226 0 17 0 51 454 11 67
Binary 10010110 10000000 10010110 0 1111 0 101001 100101100 1001 110111

Color Harmonies of #968096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968096

Black with #968096

Text Example


Text Example

White with #968096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968096; }

 p { color: rgb(150,128,150); }

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

background-color css

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

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

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

border-color css

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

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

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