#95849F

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

Shades of Amethyst Smoke #95849F

Tints of Amethyst Smoke #95849F

Color information

#95849F (or 0x95849F) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 84 and 9F. RGB value is (149,132,159). Sum of RGB (Red+Green+Blue) = 149+132+159=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #95849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95849F is #6A7B60. Grayscale: #8C8C8C. Windows color (decimal): -6978401 or 10454165. OLE color: 10454165.

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

Color convert

RGB149132159-
CMYK0.060.1700.38
HSL277.78º12.33%57.06%-
HSV(B)277.78º16.98%62.35%-
XYZ26.925.436.28-
YUV140.16138.63134.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=33.86%
G=30%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491321590.060.1700.38277.7812.3357.06
Hex95849F611026116c39
Octal2252042376210464261471
Binary1001010110000100100111111101000101001101000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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