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

📋 copy color: '#957DBB'

red 149 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #957DBB

Tints of Purple Mountain's Majesty #957DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 32.32%
G = 27.11%
B = 40.56%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#957DBB (or 0x957DBB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and BB. RGB value is (149,125,187). Sum of RGB (Red+Green+Blue) = 149+125+187=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #957DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DBB is #6A8244. Grayscale: #8B8B8B. Windows color (decimal): -6980165 or 12287381. OLE color: 12287381.

HSL color Cylindrical-coordinate representation of color #957DBB: hue angle of 263.23º degrees, saturation: 0.31, 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 #957DBB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 125 187 -
CMYK 0.20 0.33 0 0.27
HSL 263.23º 0.31% 0.61% -
HSV(B) 263.23º 0.33% 0.73% -
XYZ 28.7 24.64 50.26 -
YUV 139.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 149 125 187 0.20 0.33 0 0.27 263.23 0.31 0.61
Hex 95 7D BB 14 21 0 1B 107 1F 3D
Octal 225 175 273 24 41 0 33 407 37 75
Binary 10010101 1111101 10111011 10100 100001 0 11011 100000111 11111 111101

Color Harmonies of #957DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DBB

Black with #957DBB

Text Example


Text Example

White with #957DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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