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

📋 copy color: '#957CB9'

red 149 ◦ green 124 ◦ blue 185

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

Shades of Purple Mountain's Majesty #957CB9

Tints of Purple Mountain's Majesty #957CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 32.53%
G = 27.07%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#957CB9 (or 0x957CB9) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and B9. RGB value is (149,124,185). Sum of RGB (Red+Green+Blue) = 149+124+185=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #957CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CB9 is #6A8346. Grayscale: #8A8A8A. Windows color (decimal): -6980423 or 12156053. OLE color: 12156053.

HSL color Cylindrical-coordinate representation of color #957CB9: hue angle of 264.59º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957CB9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 124 185 -
CMYK 0.19 0.33 0 0.27
HSL 264.59º 0.3% 0.61% -
HSV(B) 264.59º 0.33% 0.73% -
XYZ 28.36 24.31 49.1 -
YUV 138.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 149 124 185 0.19 0.33 0 0.27 264.59 0.3 0.61
Hex 95 7C B9 13 21 0 1B 109 1E 3D
Octal 225 174 271 23 41 0 33 411 36 75
Binary 10010101 1111100 10111001 10011 100001 0 11011 100001001 11110 111101

Color Harmonies of #957CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CB9

Black with #957CB9

Text Example


Text Example

White with #957CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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