#948A9E

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

Shades of Amethyst Smoke #948A9E

Tints of Amethyst Smoke #948A9E

Color information

#948A9E (or 0x948A9E) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 8A and 9E. RGB value is (148,138,158). Sum of RGB (Red+Green+Blue) = 148+138+158=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #948A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A9E is #6B7561. Grayscale: #8F8F8F. Windows color (decimal): -7042402 or 10390164. OLE color: 10390164.

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

Color convert

RGB148138158-
CMYK0.060.1300.38
HSL270º9.35%58.04%-
HSV(B)270º12.66%61.96%-
XYZ27.4726.9436.1-
YUV143.27136.31131.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=33.33%
G=31.08%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481381580.060.1300.382709.3558.04
Hex948A9E6D02610e93a
Octal2242122366150464161172
Binary100101001000101010011110110110101001101000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,158); }

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

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

 a { background-color: rgb(148,138,158); }

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

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

 span { border-color: rgb(148,138,158); }

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