#937BAE

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

Shades of Purple Mountain's Majesty #937BAE

Tints of Purple Mountain's Majesty #937BAE

Color information

#937BAE (or 0x937BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and AE. RGB value is (147,123,174). Sum of RGB (Red+Green+Blue) = 147+123+174=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #937BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAE is #6C8451. Grayscale: #878787. Windows color (decimal): -7111762 or 11434899. OLE color: 11434899.

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

Color convert

RGB147123174-
CMYK0.160.2900.32
HSL268.24º23.94%58.24%-
HSV(B)268.24º29.31%68.24%-
XYZ26.7623.4243.16-
YUV135.99149.45135.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=33.11%
G=27.70%
B=39.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471231740.160.2900.32268.2423.9458.24
Hex937BAE101D02010c183a
Octal22317325620350404143072
Binary100100111111011101011101000011101010000010000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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