#957FAF

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

Shades of Purple Mountain's Majesty #957FAF

Tints of Purple Mountain's Majesty #957FAF

Color information

#957FAF (or 0x957FAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7F and AF. RGB value is (149,127,175). Sum of RGB (Red+Green+Blue) = 149+127+175=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #957FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAF is #6A8050. Grayscale: #8A8A8A. Windows color (decimal): -6979665 or 11501461. OLE color: 11501461.

HSL color Cylindrical-coordinate representation of color #957FAF: hue angle of 267.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957FAF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149127175-
CMYK0.150.2700.31
HSL267.5º23.08%59.22%-
HSV(B)267.5º27.43%68.63%-
XYZ27.7224.6643.86-
YUV139.05148.29135.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=33.04%
G=28.16%
B=38.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491271750.150.2700.31267.523.0859.22
Hex957FAFF1B01F10c173b
Octal22517725717330374142773
Binary1001010111111111010111111111101101111110000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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