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

📋 copy color: '#957DAC'

red 149 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #957DAC

Tints of Purple Mountain's Majesty #957DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 33.41%
G = 28.03%
B = 38.57%

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

#957DAC (or 0x957DAC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and AC. RGB value is (149,125,172). Sum of RGB (Red+Green+Blue) = 149+125+172=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #957DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DAC is #6A8253. Grayscale: #898989. Windows color (decimal): -6980180 or 11304341. OLE color: 11304341.

HSL color Cylindrical-coordinate representation of color #957DAC: hue angle of 270.64º 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 #957DAC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 125 172 -
CMYK 0.13 0.27 0 0.33
HSL 270.64º 0.22% 0.58% -
HSV(B) 270.64º 0.27% 0.67% -
XYZ 27.17 24.04 42.24 -
YUV 137.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 149 125 172 0.13 0.27 0 0.33 270.64 0.22 0.58
Hex 95 7D AC D 1B 0 21 10F 16 3A
Octal 225 175 254 15 33 0 41 417 26 72
Binary 10010101 1111101 10101100 1101 11011 0 100001 100001111 10110 111010

Color Harmonies of #957DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DAC

Black with #957DAC

Text Example


Text Example

White with #957DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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