#8D77AD

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

Shades of Purple Mountain's Majesty #8D77AD

Tints of Purple Mountain's Majesty #8D77AD

Color information

#8D77AD (or 0x8D77AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 77 and AD. RGB value is (141,119,173). Sum of RGB (Red+Green+Blue) = 141+119+173=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D77AD is #728852. Grayscale: #838383. Windows color (decimal): -7506003 or 11368333. OLE color: 11368333.

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

Color convert

RGB141119173-
CMYK0.180.3100.32
HSL264.44º24.77%57.25%-
HSV(B)264.44º31.21%67.84%-
XYZ25.1221.8742.43-
YUV131.73151.29134.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=32.56%
G=27.48%
B=39.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411191730.180.3100.32264.4424.7757.25
Hex8D77AD121F0201081939
Octal21516725522370404103171
Binary100011011110111101011011001011111010000010000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,173); }

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

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

 a { background-color: rgb(141,119,173); }

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

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

 span { border-color: rgb(141,119,173); }

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