#937DAE

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

Shades of Purple Mountain's Majesty #937DAE

Tints of Purple Mountain's Majesty #937DAE

Color information

#937DAE (or 0x937DAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7D and AE. RGB value is (147,125,174). Sum of RGB (Red+Green+Blue) = 147+125+174=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #937DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAE is #6C8251. Grayscale: #888888. Windows color (decimal): -7111250 or 11435411. OLE color: 11435411.

HSL color Cylindrical-coordinate representation of color #937DAE: hue angle of 266.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937DAE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147125174-
CMYK0.160.2800.32
HSL266.94º23.22%58.63%-
HSV(B)266.94º28.16%68.24%-
XYZ27.0123.9343.24-
YUV137.16148.79135.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=32.96%
G=28.03%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471251740.160.2800.32266.9423.2258.63
Hex937DAE101C02010b173b
Octal22317525620340404132773
Binary100100111111101101011101000011100010000010000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937DAE; }

 p { color: rgb(147,125,174); }

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

<style>
 a { background-color: #937DAE; }

 a { background-color: rgb(147,125,174); }

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

<style>
 span { border-color: #937DAE; }

 span { border-color: rgb(147,125,174); }

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