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

📋 copy color: '#957EAC'

red 149 ◦ green 126 ◦ blue 172

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

Shades of Purple Mountain's Majesty #957EAC

Tints of Purple Mountain's Majesty #957EAC

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

 GREEN value IS 126 (49.61% from 255) = 28.19%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 33.33%
G = 28.19%
B = 38.48%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#957EAC (or 0x957EAC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and AC. RGB value is (149,126,172). Sum of RGB (Red+Green+Blue) = 149+126+172=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #957EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAC is #6A8153. Grayscale: #898989. Windows color (decimal): -6979924 or 11304597. OLE color: 11304597.

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

Color convert

RGB 149 126 172 -
CMYK 0.13 0.27 0 0.33
HSL 270º 0.22% 0.58% -
HSV(B) 270º 0.27% 0.67% -
XYZ 27.3 24.29 42.28 -
YUV 138.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 149 126 172 0.13 0.27 0 0.33 270 0.22 0.58
Hex 95 7E AC D 1B 0 21 10E 16 3A
Octal 225 176 254 15 33 0 41 416 26 72
Binary 10010101 1111110 10101100 1101 11011 0 100001 100001110 10110 111010

Color Harmonies of #957EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EAC

Black with #957EAC

Text Example


Text Example

White with #957EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957EAC;
 }
 .AnyTagClassName
 {
   color: #957EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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