#957CAC

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

Shades of Purple Mountain's Majesty #957CAC

Tints of Purple Mountain's Majesty #957CAC

Color information

#957CAC (or 0x957CAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7C and AC. RGB value is (149,124,172). Sum of RGB (Red+Green+Blue) = 149+124+172=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #957CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957CAC is #6A8353. Grayscale: #888888. Windows color (decimal): -6980436 or 11304085. OLE color: 11304085.

HSL color Cylindrical-coordinate representation of color #957CAC: hue angle of 271.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957CAC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149124172-
CMYK0.130.2800.33
HSL271.25º22.43%58.04%-
HSV(B)271.25º27.91%67.45%-
XYZ27.0523.7842.19-
YUV136.95147.78136.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=33.48%
G=27.87%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491241720.130.2800.33271.2522.4358.04
Hex957CACD1C02110f163a
Octal22517425415340414172672
Binary10010101111110010101100110111100010000110000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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