#937DAD

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

Shades of Purple Mountain's Majesty #937DAD

Tints of Purple Mountain's Majesty #937DAD

Color information

#937DAD (or 0x937DAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7D and AD. RGB value is (147,125,173). Sum of RGB (Red+Green+Blue) = 147+125+173=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #937DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAD is #6C8252. Grayscale: #888888. Windows color (decimal): -7111251 or 11369875. OLE color: 11369875.

HSL color Cylindrical-coordinate representation of color #937DAD: hue angle of 267.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937DAD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147125173-
CMYK0.150.2800.32
HSL267.5º22.64%58.43%-
HSV(B)267.5º27.75%67.84%-
XYZ26.9123.8942.73-
YUV137.05148.29135.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=33.03%
G=28.09%
B=38.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471251730.150.2800.32267.522.6458.43
Hex937DADF1C02010c173a
Octal22317525517340404142772
Binary10010011111110110101101111111100010000010000110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,173); }

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

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

 a { background-color: rgb(147,125,173); }

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

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

 span { border-color: rgb(147,125,173); }

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