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

📋 copy color: '#957BAB'

red 149 ◦ green 123 ◦ blue 171

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

Shades of Purple Mountain's Majesty #957BAB

Tints of Purple Mountain's Majesty #957BAB

RGB

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

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

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

R = 33.63%
G = 27.77%
B = 38.6%

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

#957BAB (or 0x957BAB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and AB. RGB value is (149,123,171). Sum of RGB (Red+Green+Blue) = 149+123+171=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #957BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BAB is #6A8454. Grayscale: #888888. Windows color (decimal): -6980693 or 11238293. OLE color: 11238293.

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

Color convert

RGB 149 123 171 -
CMYK 0.13 0.28 0 0.33
HSL 272.5º 0.22% 0.58% -
HSV(B) 272.5º 0.28% 0.67% -
XYZ 26.83 23.5 41.65 -
YUV 136.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 149 123 171 0.13 0.28 0 0.33 272.5 0.22 0.58
Hex 95 7B AB D 1C 0 21 110 16 3A
Octal 225 173 253 15 34 0 41 420 26 72
Binary 10010101 1111011 10101011 1101 11100 0 100001 100010000 10110 111010

Color Harmonies of #957BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BAB

Black with #957BAB

Text Example


Text Example

White with #957BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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