#937FB7

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

Shades of Purple Mountain's Majesty #937FB7

Tints of Purple Mountain's Majesty #937FB7

Color information

#937FB7 (or 0x937FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7F and B7. RGB value is (147,127,183). Sum of RGB (Red+Green+Blue) = 147+127+183=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #937FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FB7 is #6C8048. Grayscale: #8B8B8B. Windows color (decimal): -7110729 or 12025747. OLE color: 12025747.

HSL color Cylindrical-coordinate representation of color #937FB7: hue angle of 261.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937FB7 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB147127183-
CMYK0.200.3100.28
HSL261.43º28%60.78%-
HSV(B)261.43º30.6%71.76%-
XYZ28.1724.848.1-
YUV139.36152.63133.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=32.17%
G=27.79%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471271830.200.3100.28261.432860.78
Hex937FB7141F01C1051c3d
Octal22317726724370344053475
Binary10010011111111110110111101001111101110010000010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,183); }

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

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

 a { background-color: rgb(147,127,183); }

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

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

 span { border-color: rgb(147,127,183); }

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