#957A9F

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

Shades of Amethyst Smoke #957A9F

Tints of Amethyst Smoke #957A9F

Color information

#957A9F (or 0x957A9F) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 7A and 9F. RGB value is (149,122,159). Sum of RGB (Red+Green+Blue) = 149+122+159=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #957A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A9F is #6A8560. Grayscale: #868686. Windows color (decimal): -6980961 or 10451605. OLE color: 10451605.

HSL color Cylindrical-coordinate representation of color #957A9F: hue angle of 283.78º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957A9F is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149122159-
CMYK0.060.2300.38
HSL283.78º16.16%55.1%-
HSV(B)283.78º23.27%62.35%-
XYZ25.6122.8135.85-
YUV134.29141.95138.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=34.65%
G=28.37%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491221590.060.2300.38283.7816.1655.1
Hex957A9F61702611c1037
Octal2251722376270464342067
Binary1001010111110101001111111010111010011010001110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A9F; }

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

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

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

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

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

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

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

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