#957CAF

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

Shades of Purple Mountain's Majesty #957CAF

Tints of Purple Mountain's Majesty #957CAF

Color information

#957CAF (or 0x957CAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7C and AF. RGB value is (149,124,175). Sum of RGB (Red+Green+Blue) = 149+124+175=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #957CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957CAF is #6A8350. Grayscale: #898989. Windows color (decimal): -6980433 or 11500693. OLE color: 11500693.

HSL color Cylindrical-coordinate representation of color #957CAF: hue angle of 269.41º 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 #957CAF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149124175-
CMYK0.150.2900.31
HSL269.41º24.17%58.63%-
HSV(B)269.41º29.14%68.63%-
XYZ27.3423.943.73-
YUV137.29149.28136.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=33.26%
G=27.68%
B=39.06%

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
Decimal1491241750.150.2900.31269.4124.1758.63
Hex957CAFF1D01F10d183b
Octal22517425717350374153073
Binary1001010111111001010111111111110101111110000110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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