#957AAE

Color #957AAE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #957AAE

Tints of Purple Mountain's Majesty #957AAE

Color information

#957AAE (or 0x957AAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7A and AE. RGB value is (149,122,174). Sum of RGB (Red+Green+Blue) = 149+122+174=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #957AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAE is #6A8551. Grayscale: #878787. Windows color (decimal): -6980946 or 11434645. OLE color: 11434645.

HSL color Cylindrical-coordinate representation of color #957AAE: hue angle of 271.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957AAE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149122174-
CMYK0.140.3000.32
HSL271.15º24.3%58.04%-
HSV(B)271.15º29.89%68.24%-
XYZ26.9923.3643.13-
YUV136149.45137.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=33.48%
G=27.42%
B=39.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491221740.140.3000.32271.1524.358.04
Hex957AAEE1E02010f183a
Octal22517225616360404173072
Binary10010101111101010101110111011110010000010000111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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