#957EBB

Color #957EBB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #957EBB

Tints of Purple Mountain's Majesty #957EBB

Color information

#957EBB (or 0x957EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7E and BB. RGB value is (149,126,187). Sum of RGB (Red+Green+Blue) = 149+126+187=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #957EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EBB is #6A8144. Grayscale: #8B8B8B. Windows color (decimal): -6979909 or 12287637. OLE color: 12287637.

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

Color convert

RGB149126187-
CMYK0.200.3300.27
HSL262.62º30.96%61.37%-
HSV(B)262.62º32.62%73.33%-
XYZ28.8224.950.3-
YUV139.83154.62134.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=32.25%
G=27.27%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491261870.200.3300.27262.6230.9661.37
Hex957EBB142101B1071f3d
Octal22517627324410334073775
Binary100101011111110101110111010010000101101110000011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #957EBB;
 }
 .AnyTagClassName
 {
   color: #957EBB;
 }
</style>
background-color css

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

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

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

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

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

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