Html Css Color HEX #957CAC Purple Mountain's Majesty

📋 copy color: '#957CAC'

red 149 ◦ green 124 ◦ blue 172

#957CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #957CAC

Tints of Purple Mountain's Majesty #957CAC

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 value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#957CAC (or 0x957CAC) is known color: 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

RGB 149 124 172 -
CMYK 0.13 0.28 0 0.33
HSL 271.25º 0.22% 0.58% -
HSV(B) 271.25º 0.28% 0.67% -
XYZ 27.05 23.78 42.19 -
YUV 136.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 149 124 172 0.13 0.28 0 0.33 271.25 0.22 0.58
Hex 95 7C AC D 1C 0 21 10F 16 3A
Octal 225 174 254 15 34 0 41 417 26 72
Binary 10010101 1111100 10101100 1101 11100 0 100001 100001111 10110 111010

Color Harmonies of #957CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CAC

Black with #957CAC

Text Example


Text Example

White with #957CAC

Text Example


Text Example

HTML Codes & Css Web 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>