#947F95

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

Shades of Amethyst Smoke #947F95

Tints of Amethyst Smoke #947F95

Color information

#947F95 (or 0x947F95) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 7F and 95. RGB value is (148,127,149). Sum of RGB (Red+Green+Blue) = 148+127+149=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #947F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F95 is #6B806A. Grayscale: #878787. Windows color (decimal): -7045227 or 9797524. OLE color: 9797524.

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

Color convert

RGB148127149-
CMYK0.010.1500.42
HSL297.27º9.4%54.12%-
HSV(B)297.27º14.77%58.43%-
XYZ25.2323.6431.67-
YUV135.79135.46136.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=34.91%
G=29.95%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481271490.010.1500.42297.279.454.12
Hex947F951F02A129936
Octal2241772251170524511166
Binary100101001111111100101011111101010101001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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