#957EAF

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

Shades of Purple Mountain's Majesty #957EAF

Tints of Purple Mountain's Majesty #957EAF

Color information

#957EAF (or 0x957EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7E and AF. RGB value is (149,126,175). Sum of RGB (Red+Green+Blue) = 149+126+175=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #957EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAF is #6A8150. Grayscale: #8A8A8A. Windows color (decimal): -6979921 or 11501205. OLE color: 11501205.

HSL color Cylindrical-coordinate representation of color #957EAF: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957EAF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149126175-
CMYK0.150.2800.31
HSL268.16º23.44%59.02%-
HSV(B)268.16º28%68.63%-
XYZ27.5924.4143.81-
YUV138.46148.62135.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=33.11%
G=28%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491261750.150.2800.31268.1623.4459.02
Hex957EAFF1C01F10c173b
Octal22517625717340374142773
Binary1001010111111101010111111111110001111110000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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