#948C99

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

Shades of Amethyst Smoke #948C99

Tints of Amethyst Smoke #948C99

Color information

#948C99 (or 0x948C99) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 8C and 99. RGB value is (148,140,153). Sum of RGB (Red+Green+Blue) = 148+140+153=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 153 - color contains mainly: blue. Hex color #948C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C99 is #6B7366. Grayscale: #8F8F8F. Windows color (decimal): -7041895 or 10062996. OLE color: 10062996.

HSL color Cylindrical-coordinate representation of color #948C99: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #948C99 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148140153-
CMYK0.030.0800.4
HSL276.92º5.99%57.45%-
HSV(B)276.92º8.5%60%-
XYZ27.3427.3533.98-
YUV143.87133.15130.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=33.56%
G=31.75%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481401530.030.0800.4276.925.9957.45
Hex948C9938028115639
Octal224214231310050425671
Binary1001010010001100100110011110000101000100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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