#948996

Color #948996 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #948996

Tints of Amethyst Smoke #948996

Color information

#948996 (or 0x948996) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 89 and 96. RGB value is (148,137,150). Sum of RGB (Red+Green+Blue) = 148+137+150=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: blue. Hex color #948996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948996 is #6B7669. Grayscale: #8D8D8D. Windows color (decimal): -7042666 or 9865620. OLE color: 9865620.

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

Color convert

RGB148137150-
CMYK0.010.0900.41
HSL290.77º5.83%56.27%-
HSV(B)290.77º8.67%58.82%-
XYZ26.6626.3932.54-
YUV141.77132.64132.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=34.02%
G=31.49%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481371500.010.0900.41290.775.8356.27
Hex94899619029123638
Octal224211226111051443670
Binary100101001000100110010110110010101001100100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948996; }

 p { color: rgb(148,137,150); }

 H1.HeaderClassName
 {
   color: #948996;
 }
 .AnyTagClassName
 {
   color: #948996;
 }
</style>
background-color css

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

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

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

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

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

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