#948C9A

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

Shades of Amethyst Smoke #948C9A

Tints of Amethyst Smoke #948C9A

Color information

#948C9A (or 0x948C9A) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 8C and 9A. RGB value is (148,140,154). Sum of RGB (Red+Green+Blue) = 148+140+154=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #948C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C9A is #6B7365. Grayscale: #8F8F8F. Windows color (decimal): -7041894 or 10128532. OLE color: 10128532.

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

Color convert

RGB148140154-
CMYK0.040.0900.40
HSL274.29º6.48%57.65%-
HSV(B)274.29º9.09%60.39%-
XYZ27.4227.3934.41-
YUV143.99133.65130.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=33.48%
G=31.67%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481401540.040.0900.40274.296.4857.65
Hex948C9A4902811263a
Octal224214232411050422672
Binary10010100100011001001101010010010101000100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C9A; }

 p { color: rgb(148,140,154); }

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

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

 a { background-color: rgb(148,140,154); }

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

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

 span { border-color: rgb(148,140,154); }

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