#8D76AE

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

Shades of Purple Mountain's Majesty #8D76AE

Tints of Purple Mountain's Majesty #8D76AE

Color information

#8D76AE (or 0x8D76AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 76 and AE. RGB value is (141,118,174). Sum of RGB (Red+Green+Blue) = 141+118+174=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D76AE is #728951. Grayscale: #838383. Windows color (decimal): -7506258 or 11433613. OLE color: 11433613.

HSL color Cylindrical-coordinate representation of color #8D76AE: hue angle of 264.64º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D76AE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141118174-
CMYK0.190.3200.32
HSL264.64º25.69%57.25%-
HSV(B)264.64º32.18%68.24%-
XYZ25.121.6842.91-
YUV131.26152.12134.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=32.56%
G=27.25%
B=40.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411181740.190.3200.32264.6425.6957.25
Hex8D76AE13200201091a39
Octal21516625623400404113271
Binary1000110111101101010111010011100000010000010000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D76AE; }

 p { color: rgb(141,118,174); }

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

<style>
 a { background-color: #8D76AE; }

 a { background-color: rgb(141,118,174); }

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

<style>
 span { border-color: #8D76AE; }

 span { border-color: rgb(141,118,174); }

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