#958195

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

Shades of Amethyst Smoke #958195

Tints of Amethyst Smoke #958195

Color information

#958195 (or 0x958195) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 81 and 95. RGB value is (149,129,149). Sum of RGB (Red+Green+Blue) = 149+129+149=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #958195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958195 is #6A7E6A. Grayscale: #898989. Windows color (decimal): -6979179 or 9798037. OLE color: 9798037.

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

Color convert

RGB149129149-
CMYK00.1300.42
HSL300º8.62%54.51%-
HSV(B)300º13.42%58.43%-
XYZ25.6724.2631.76-
YUV137.26134.63136.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=34.89%
G=30.21%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912914900.1300.423008.6254.51
Hex9581950D02A12c937
Octal2252012250150524541167
Binary1001010110000001100101010110101010101001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958195; }

 p { color: rgb(149,129,149); }

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

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

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

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

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

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

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