#937CBD

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

Shades of Purple Mountain's Majesty #937CBD

Tints of Purple Mountain's Majesty #937CBD

Color information

#937CBD (or 0x937CBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7C and BD. RGB value is (147,124,189). Sum of RGB (Red+Green+Blue) = 147+124+189=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #937CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CBD is #6C8342. Grayscale: #8A8A8A. Windows color (decimal): -7111491 or 12418195. OLE color: 12418195.

HSL color Cylindrical-coordinate representation of color #937CBD: hue angle of 261.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937CBD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147124189-
CMYK0.220.3400.26
HSL261.23º32.99%61.37%-
HSV(B)261.23º34.39%74.12%-
XYZ28.4324.2951.33-
YUV138.29156.62134.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=31.96%
G=26.96%
B=41.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471241890.220.3400.26261.2332.9961.37
Hex937CBD162201A105213d
Octal22317427526420324054175
Binary1001001111111001011110110110100010011010100000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,189); }

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

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

 a { background-color: rgb(147,124,189); }

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

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

 span { border-color: rgb(147,124,189); }

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