#937AB4

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

Shades of Purple Mountain's Majesty #937AB4

Tints of Purple Mountain's Majesty #937AB4

Color information

#937AB4 (or 0x937AB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7A and B4. RGB value is (147,122,180). Sum of RGB (Red+Green+Blue) = 147+122+180=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #937AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AB4 is #6C854B. Grayscale: #878787. Windows color (decimal): -7112012 or 11827859. OLE color: 11827859.

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

Color convert

RGB147122180-
CMYK0.180.3200.29
HSL265.86º27.88%59.22%-
HSV(B)265.86º32.22%70.59%-
XYZ27.2323.4246.26-
YUV136.09152.78135.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=32.74%
G=27.17%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471221800.180.3200.29265.8627.8859.22
Hex937AB4122001D10a1c3b
Octal22317226422400354123473
Binary100100111111010101101001001010000001110110000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,122,180); }

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

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

 a { background-color: rgb(147,122,180); }

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

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

 span { border-color: rgb(147,122,180); }

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