#8D6AB6

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

Shades of Purple Mountain's Majesty #8D6AB6

Tints of Purple Mountain's Majesty #8D6AB6

Color information

#8D6AB6 (or 0x8D6AB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 6A and B6. RGB value is (141,106,182). Sum of RGB (Red+Green+Blue) = 141+106+182=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6AB6 is #729549. Grayscale: #7C7C7C. Windows color (decimal): -7509322 or 11954829. OLE color: 11954829.

HSL color Cylindrical-coordinate representation of color #8D6AB6: hue angle of 267.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6AB6 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141106182-
CMYK0.230.4200.29
HSL267.63º34.23%56.47%-
HSV(B)267.63º41.76%71.37%-
XYZ24.5819.3546.69-
YUV125.13160.1139.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=32.87%
G=24.71%
B=42.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411061820.230.4200.29267.6334.2356.47
Hex8D6AB6172A01D10c2238
Octal21515226627520354144270
Binary1000110111010101011011010111101010011101100001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,182); }

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

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

 a { background-color: rgb(141,106,182); }

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

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

 span { border-color: rgb(141,106,182); }

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