#957FAD

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

Shades of Purple Mountain's Majesty #957FAD

Tints of Purple Mountain's Majesty #957FAD

Color information

#957FAD (or 0x957FAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7F and AD. RGB value is (149,127,173). Sum of RGB (Red+Green+Blue) = 149+127+173=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #957FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAD is #6A8052. Grayscale: #8A8A8A. Windows color (decimal): -6979667 or 11370389. OLE color: 11370389.

HSL color Cylindrical-coordinate representation of color #957FAD: hue angle of 268.7º 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 #957FAD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149127173-
CMYK0.140.2700.32
HSL268.7º21.9%58.82%-
HSV(B)268.7º26.59%67.84%-
XYZ27.5324.5942.83-
YUV138.82147.29135.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=33.18%
G=28.29%
B=38.53%

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
Decimal1491271730.140.2700.32268.721.958.82
Hex957FADE1B02010d163b
Octal22517725516330404152673
Binary10010101111111110101101111011011010000010000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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