#937AB5

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

Shades of Purple Mountain's Majesty #937AB5

Tints of Purple Mountain's Majesty #937AB5

Color information

#937AB5 (or 0x937AB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7A and B5. RGB value is (147,122,181). Sum of RGB (Red+Green+Blue) = 147+122+181=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #937AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AB5 is #6C854A. Grayscale: #878787. Windows color (decimal): -7112011 or 11893395. OLE color: 11893395.

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

Color convert

RGB147122181-
CMYK0.190.3300.29
HSL265.42º28.5%59.41%-
HSV(B)265.42º32.6%70.98%-
XYZ27.3323.4646.8-
YUV136.2153.28135.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=32.67%
G=27.11%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471221810.190.3300.29265.4228.559.41
Hex937AB5132101D1091d3b
Octal22317226523410354113573
Binary100100111111010101101011001110000101110110000100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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