#95849D

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

Shades of Amethyst Smoke #95849D

Tints of Amethyst Smoke #95849D

Color information

#95849D (or 0x95849D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 84 and 9D. RGB value is (149,132,157). Sum of RGB (Red+Green+Blue) = 149+132+157=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #95849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95849D is #6A7B62. Grayscale: #8B8B8B. Windows color (decimal): -6978403 or 10323093. OLE color: 10323093.

HSL color Cylindrical-coordinate representation of color #95849D: hue angle of 280.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95849D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149132157-
CMYK0.050.1600.38
HSL280.8º11.31%56.67%-
HSV(B)280.8º15.92%61.57%-
XYZ26.7325.3335.38-
YUV139.93137.63134.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=34.02%
G=30.14%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491321570.050.1600.38280.811.3156.67
Hex95849D510026119b39
Octal2252042355200464311371
Binary1001010110000100100111011011000001001101000110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95849D; }

 p { color: rgb(149,132,157); }

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

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

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

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

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

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

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