#95869D

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

Shades of Amethyst Smoke #95869D

Tints of Amethyst Smoke #95869D

Color information

#95869D (or 0x95869D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 86 and 9D. RGB value is (149,134,157). Sum of RGB (Red+Green+Blue) = 149+134+157=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #95869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95869D is #6A7962. Grayscale: #8D8D8D. Windows color (decimal): -6977891 or 10323605. OLE color: 10323605.

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

Color convert

RGB149134157-
CMYK0.050.1500.38
HSL279.13º10.5%57.06%-
HSV(B)279.13º14.65%61.57%-
XYZ27.0125.8735.47-
YUV141.11136.97133.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=33.86%
G=30.45%
B=35.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491341570.050.1500.38279.1310.557.06
Hex95869D5F026117b39
Octal2252062355170464271371
Binary100101011000011010011101101111101001101000101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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