#937BB9

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

Shades of Purple Mountain's Majesty #937BB9

Tints of Purple Mountain's Majesty #937BB9

Color information

#937BB9 (or 0x937BB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and B9. RGB value is (147,123,185). Sum of RGB (Red+Green+Blue) = 147+123+185=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #937BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BB9 is #6C8446. Grayscale: #898989. Windows color (decimal): -7111751 or 12155795. OLE color: 12155795.

HSL color Cylindrical-coordinate representation of color #937BB9: hue angle of 263.23º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937BB9 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147123185-
CMYK0.210.3400.27
HSL263.23º30.69%60.39%-
HSV(B)263.23º33.51%72.55%-
XYZ27.8723.8749.04-
YUV137.24154.95134.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=32.31%
G=27.03%
B=40.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471231850.210.3400.27263.2330.6960.39
Hex937BB9152201B1071f3c
Octal22317327125420334073774
Binary100100111111011101110011010110001001101110000011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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