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

📋 copy color: '#957DAB'

red 149 ◦ green 125 ◦ blue 171

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

Shades of Purple Mountain's Majesty #957DAB

Tints of Purple Mountain's Majesty #957DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 33.48%
G = 28.09%
B = 38.43%

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

#957DAB (or 0x957DAB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and AB. RGB value is (149,125,171). Sum of RGB (Red+Green+Blue) = 149+125+171=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #957DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DAB is #6A8254. Grayscale: #898989. Windows color (decimal): -6980181 or 11238805. OLE color: 11238805.

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

Color convert

RGB 149 125 171 -
CMYK 0.13 0.27 0 0.33
HSL 271.3º 0.21% 0.58% -
HSV(B) 271.3º 0.27% 0.67% -
XYZ 27.08 24 41.73 -
YUV 137.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 149 125 171 0.13 0.27 0 0.33 271.3 0.21 0.58
Hex 95 7D AB D 1B 0 21 10F 15 3A
Octal 225 175 253 15 33 0 41 417 25 72
Binary 10010101 1111101 10101011 1101 11011 0 100001 100001111 10101 111010

Color Harmonies of #957DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DAB

Black with #957DAB

Text Example


Text Example

White with #957DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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