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

📋 copy color: '#957AAC'

red 149 ◦ green 122 ◦ blue 172

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

Shades of Purple Mountain's Majesty #957AAC

Tints of Purple Mountain's Majesty #957AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

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

R = 33.63%
G = 27.54%
B = 38.83%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#957AAC (or 0x957AAC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and AC. RGB value is (149,122,172). Sum of RGB (Red+Green+Blue) = 149+122+172=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #957AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAC is #6A8553. Grayscale: #878787. Windows color (decimal): -6980948 or 11303573. OLE color: 11303573.

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

Color convert

RGB 149 122 172 -
CMYK 0.13 0.29 0 0.33
HSL 272.4º 0.23% 0.58% -
HSV(B) 272.4º 0.29% 0.67% -
XYZ 26.8 23.29 42.11 -
YUV 135.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 149 122 172 0.13 0.29 0 0.33 272.4 0.23 0.58
Hex 95 7A AC D 1D 0 21 110 17 3A
Octal 225 172 254 15 35 0 41 420 27 72
Binary 10010101 1111010 10101100 1101 11101 0 100001 100010000 10111 111010

Color Harmonies of #957AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AAC

Black with #957AAC

Text Example


Text Example

White with #957AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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