#947D95

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

Shades of Amethyst Smoke #947D95

Tints of Amethyst Smoke #947D95

Color information

#947D95 (or 0x947D95) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 7D and 95. RGB value is (148,125,149). Sum of RGB (Red+Green+Blue) = 148+125+149=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #947D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D95 is #6B826A. Grayscale: #868686. Windows color (decimal): -7045739 or 9797012. OLE color: 9797012.

HSL color Cylindrical-coordinate representation of color #947D95: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947D95 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148125149-
CMYK0.010.1600.42
HSL297.5º10.17%53.73%-
HSV(B)297.5º16.11%58.43%-
XYZ24.9723.1331.58-
YUV134.61136.12137.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=35.07%
G=29.62%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481251490.010.1600.42297.510.1753.73
Hex947D9511002A12aa36
Octal2241752251200524521266
Binary1001010011111011001010111000001010101001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947D95; }

 p { color: rgb(148,125,149); }

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

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

 a { background-color: rgb(148,125,149); }

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

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

 span { border-color: rgb(148,125,149); }

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