#948997

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

Shades of Amethyst Smoke #948997

Tints of Amethyst Smoke #948997

Color information

#948997 (or 0x948997) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 89 and 97. RGB value is (148,137,151). Sum of RGB (Red+Green+Blue) = 148+137+151=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 151 - color contains mainly: blue. Hex color #948997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948997 is #6B7668. Grayscale: #8D8D8D. Windows color (decimal): -7042665 or 9931156. OLE color: 9931156.

HSL color Cylindrical-coordinate representation of color #948997: hue angle of 287.14º 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 #948997 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB148137151-
CMYK0.020.0900.41
HSL287.14º6.31%56.47%-
HSV(B)287.14º9.27%59.22%-
XYZ26.7426.4232.97-
YUV141.88133.14132.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=33.94%
G=31.42%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481371510.020.0900.41287.146.3156.47
Hex9489972902911f638
Octal224211227211051437670
Binary1001010010001001100101111010010101001100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948997; }

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

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

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

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

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

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

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

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