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

📋 copy color: '#957BAC'

red 149 ◦ green 123 ◦ blue 172

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

Shades of Purple Mountain's Majesty #957BAC

Tints of Purple Mountain's Majesty #957BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

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

R = 33.56%
G = 27.7%
B = 38.74%

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

#957BAC (or 0x957BAC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and AC. RGB value is (149,123,172). Sum of RGB (Red+Green+Blue) = 149+123+172=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #957BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BAC is #6A8453. Grayscale: #888888. Windows color (decimal): -6980692 or 11303829. OLE color: 11303829.

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

Color convert

RGB 149 123 172 -
CMYK 0.13 0.28 0 0.33
HSL 271.84º 0.23% 0.58% -
HSV(B) 271.84º 0.28% 0.67% -
XYZ 26.92 23.53 42.15 -
YUV 136.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 149 123 172 0.13 0.28 0 0.33 271.84 0.23 0.58
Hex 95 7B AC D 1C 0 21 110 17 3A
Octal 225 173 254 15 34 0 41 420 27 72
Binary 10010101 1111011 10101100 1101 11100 0 100001 100010000 10111 111010

Color Harmonies of #957BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BAC

Black with #957BAC

Text Example


Text Example

White with #957BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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