#8D78AD

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

Shades of Purple Mountain's Majesty #8D78AD

Tints of Purple Mountain's Majesty #8D78AD

Color information

#8D78AD (or 0x8D78AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 78 and AD. RGB value is (141,120,173). Sum of RGB (Red+Green+Blue) = 141+120+173=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D78AD is #728752. Grayscale: #848484. Windows color (decimal): -7505747 or 11368589. OLE color: 11368589.

HSL color Cylindrical-coordinate representation of color #8D78AD: hue angle of 263.77º degrees, saturation: 0.24, 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 #8D78AD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141120173-
CMYK0.180.3100.32
HSL263.77º24.42%57.45%-
HSV(B)263.77º30.64%67.84%-
XYZ25.2422.1142.47-
YUV132.32150.96134.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=32.49%
G=27.65%
B=39.86%

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
Decimal1411201730.180.3100.32263.7724.4257.45
Hex8D78AD121F0201081839
Octal21517025522370404103071
Binary100011011111000101011011001011111010000010000100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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