#947897

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

Shades of Amethyst Smoke #947897

Tints of Amethyst Smoke #947897

Color information

#947897 (or 0x947897) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 78 and 97. RGB value is (148,120,151). Sum of RGB (Red+Green+Blue) = 148+120+151=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #947897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947897 is #6B8768. Grayscale: #838383. Windows color (decimal): -7047017 or 9926804. OLE color: 9926804.

HSL color Cylindrical-coordinate representation of color #947897: hue angle of 294.19º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947897 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB148120151-
CMYK0.020.2100.41
HSL294.19º12.97%53.14%-
HSV(B)294.19º20.53%59.22%-
XYZ24.5221.9632.23-
YUV131.91138.78139.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=35.32%
G=28.64%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481201510.020.2100.41294.1912.9753.14
Hex947897215029126d35
Octal2241702272250514461565
Binary10010100111100010010111101010101010011001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947897; }

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

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

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

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

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

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

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

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