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

📋 copy color: '#957CB5'

red 149 ◦ green 124 ◦ blue 181

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

Shades of Purple Mountain's Majesty #957CB5

Tints of Purple Mountain's Majesty #957CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 32.82%
G = 27.31%
B = 39.87%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#957CB5 (or 0x957CB5) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and B5. RGB value is (149,124,181). Sum of RGB (Red+Green+Blue) = 149+124+181=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #957CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CB5 is #6A834A. Grayscale: #898989. Windows color (decimal): -6980427 or 11893909. OLE color: 11893909.

HSL color Cylindrical-coordinate representation of color #957CB5: hue angle of 266.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957CB5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 124 181 -
CMYK 0.18 0.31 0 0.29
HSL 266.32º 0.28% 0.6% -
HSV(B) 266.32º 0.31% 0.71% -
XYZ 27.94 24.14 46.9 -
YUV 137.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 149 124 181 0.18 0.31 0 0.29 266.32 0.28 0.6
Hex 95 7C B5 12 1F 0 1D 10A 1C 3C
Octal 225 174 265 22 37 0 35 412 34 74
Binary 10010101 1111100 10110101 10010 11111 0 11101 100001010 11100 111100

Color Harmonies of #957CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CB5

Black with #957CB5

Text Example


Text Example

White with #957CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,181); }

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

background-color css

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

 a { background-color: rgb(149,124,181); }

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

border-color css

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

 span { border-color: rgb(149,124,181); }

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