#957FAE

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

Shades of Purple Mountain's Majesty #957FAE

Tints of Purple Mountain's Majesty #957FAE

Color information

#957FAE (or 0x957FAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7F and AE. RGB value is (149,127,174). Sum of RGB (Red+Green+Blue) = 149+127+174=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #957FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAE is #6A8051. Grayscale: #8A8A8A. Windows color (decimal): -6979666 or 11435925. OLE color: 11435925.

HSL color Cylindrical-coordinate representation of color #957FAE: hue angle of 268.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957FAE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149127174-
CMYK0.140.2700.32
HSL268.09º22.49%59.02%-
HSV(B)268.09º27.01%68.24%-
XYZ27.6224.6243.34-
YUV138.94147.79135.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=33.11%
G=28.22%
B=38.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491271740.140.2700.32268.0922.4959.02
Hex957FAEE1B02010c163b
Octal22517725616330404142673
Binary10010101111111110101110111011011010000010000110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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