#8D6EB7

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

Shades of Purple Mountain's Majesty #8D6EB7

Tints of Purple Mountain's Majesty #8D6EB7

Color information

#8D6EB7 (or 0x8D6EB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 6E and B7. RGB value is (141,110,183). Sum of RGB (Red+Green+Blue) = 141+110+183=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D6EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EB7 is #729148. Grayscale: #7F7F7F. Windows color (decimal): -7508297 or 12021389. OLE color: 12021389.

HSL color Cylindrical-coordinate representation of color #8D6EB7: hue angle of 265.48º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6EB7 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB141110183-
CMYK0.230.4000.28
HSL265.48º33.64%57.45%-
HSV(B)265.48º39.89%71.76%-
XYZ25.1120.2347.38-
YUV127.59159.27137.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=32.49%
G=25.35%
B=42.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411101830.230.4000.28265.4833.6457.45
Hex8D6EB7172801C1092239
Octal21515626727500344114271
Binary1000110111011101011011110111101000011100100001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,183); }

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

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

 a { background-color: rgb(141,110,183); }

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

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

 span { border-color: rgb(141,110,183); }

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