#937BBD

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

Shades of Purple Mountain's Majesty #937BBD

Tints of Purple Mountain's Majesty #937BBD

Color information

#937BBD (or 0x937BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and BD. RGB value is (147,123,189). Sum of RGB (Red+Green+Blue) = 147+123+189=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #937BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BBD is #6C8442. Grayscale: #898989. Windows color (decimal): -7111747 or 12417939. OLE color: 12417939.

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

Color convert

RGB147123189-
CMYK0.220.3500.26
HSL261.82º33.33%61.18%-
HSV(B)261.82º34.92%74.12%-
XYZ28.324.0451.29-
YUV137.7156.95134.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=32.03%
G=26.80%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471231890.220.3500.26261.8233.3361.18
Hex937BBD162301A106213d
Octal22317327526430324064175
Binary1001001111110111011110110110100011011010100000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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