#95839D

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

Shades of Amethyst Smoke #95839D

Tints of Amethyst Smoke #95839D

Color information

#95839D (or 0x95839D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 83 and 9D. RGB value is (149,131,157). Sum of RGB (Red+Green+Blue) = 149+131+157=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #95839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95839D is #6A7C62. Grayscale: #8B8B8B. Windows color (decimal): -6978659 or 10322837. OLE color: 10322837.

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

Color convert

RGB149131157-
CMYK0.050.1700.38
HSL281.54º11.71%56.47%-
HSV(B)281.54º16.56%61.57%-
XYZ26.625.0635.33-
YUV139.35137.96134.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=34.10%
G=29.98%
B=35.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491311570.050.1700.38281.5411.7156.47
Hex95839D51102611ac38
Octal2252032355210464321470
Binary1001010110000011100111011011000101001101000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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