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

📋 copy color: '#957DBD'

red 149 ◦ green 125 ◦ blue 189

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

Shades of Purple Mountain's Majesty #957DBD

Tints of Purple Mountain's Majesty #957DBD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 32.18%
G = 27%
B = 40.82%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#957DBD (or 0x957DBD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and BD. RGB value is (149,125,189). Sum of RGB (Red+Green+Blue) = 149+125+189=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #957DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DBD is #6A8242. Grayscale: #8B8B8B. Windows color (decimal): -6980163 or 12418453. OLE color: 12418453.

HSL color Cylindrical-coordinate representation of color #957DBD: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957DBD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 125 189 -
CMYK 0.21 0.34 0 0.26
HSL 262.5º 0.33% 0.62% -
HSV(B) 262.5º 0.34% 0.74% -
XYZ 28.91 24.73 51.39 -
YUV 139.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 149 125 189 0.21 0.34 0 0.26 262.5 0.33 0.62
Hex 95 7D BD 15 22 0 1A 106 21 3E
Octal 225 175 275 25 42 0 32 406 41 76
Binary 10010101 1111101 10111101 10101 100010 0 11010 100000110 100001 111110

Color Harmonies of #957DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DBD

Black with #957DBD

Text Example


Text Example

White with #957DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,189); }

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

background-color css

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

 a { background-color: rgb(149,125,189); }

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

border-color css

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

 span { border-color: rgb(149,125,189); }

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