#957DAF

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

Shades of Purple Mountain's Majesty #957DAF

Tints of Purple Mountain's Majesty #957DAF

Color information

#957DAF (or 0x957DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7D and AF. RGB value is (149,125,175). Sum of RGB (Red+Green+Blue) = 149+125+175=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #957DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DAF is #6A8250. Grayscale: #898989. Windows color (decimal): -6980177 or 11500949. OLE color: 11500949.

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

Color convert

RGB149125175-
CMYK0.150.2900.31
HSL268.8º23.81%58.82%-
HSV(B)268.8º28.57%68.63%-
XYZ27.4724.1543.77-
YUV137.88148.95135.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=33.18%
G=27.84%
B=38.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491251750.150.2900.31268.823.8158.82
Hex957DAFF1D01F10d183b
Octal22517525717350374153073
Binary1001010111111011010111111111110101111110000110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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