#8D6EB0

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

Shades of Purple Mountain's Majesty #8D6EB0

Tints of Purple Mountain's Majesty #8D6EB0

Color information

#8D6EB0 (or 0x8D6EB0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 6E and B0. RGB value is (141,110,176). Sum of RGB (Red+Green+Blue) = 141+110+176=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #8D6EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6EB0 is #72914F. Grayscale: #7E7E7E. Windows color (decimal): -7508304 or 11562637. OLE color: 11562637.

HSL color Cylindrical-coordinate representation of color #8D6EB0: hue angle of 268.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6EB0 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141110176-
CMYK0.200.3700.31
HSL268.18º29.46%56.08%-
HSV(B)268.18º37.5%69.02%-
XYZ24.419.9543.64-
YUV126.79155.77138.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=33.02%
G=25.76%
B=41.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411101760.200.3700.31268.1829.4656.08
Hex8D6EB0142501F10c1d38
Octal21515626024450374143570
Binary100011011101110101100001010010010101111110000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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