#957A9E

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

Shades of Amethyst Smoke #957A9E

Tints of Amethyst Smoke #957A9E

Color information

#957A9E (or 0x957A9E) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 7A and 9E. RGB value is (149,122,158). Sum of RGB (Red+Green+Blue) = 149+122+158=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #957A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A9E is #6A8561. Grayscale: #868686. Windows color (decimal): -6980962 or 10386069. OLE color: 10386069.

HSL color Cylindrical-coordinate representation of color #957A9E: hue angle of 285º 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 #957A9E is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149122158-
CMYK0.060.2300.38
HSL285º15.65%54.9%-
HSV(B)285º22.78%61.96%-
XYZ25.5322.7835.4-
YUV134.18141.45138.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=34.73%
G=28.44%
B=36.83%

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
Decimal1491221580.060.2300.3828515.6554.9
Hex957A9E61702611d1037
Octal2251722366270464352067
Binary1001010111110101001111011010111010011010001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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