#8D6CB2

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

Shades of Purple Mountain's Majesty #8D6CB2

Tints of Purple Mountain's Majesty #8D6CB2

Color information

#8D6CB2 (or 0x8D6CB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 6C and B2. RGB value is (141,108,178). Sum of RGB (Red+Green+Blue) = 141+108+178=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D6CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6CB2 is #72934D. Grayscale: #7D7D7D. Windows color (decimal): -7508814 or 11693197. OLE color: 11693197.

HSL color Cylindrical-coordinate representation of color #8D6CB2: hue angle of 268.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D6CB2 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB141108178-
CMYK0.210.3900.30
HSL268.29º31.25%56.08%-
HSV(B)268.29º39.33%69.8%-
XYZ24.3819.644.62-
YUV125.85157.43138.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=33.02%
G=25.29%
B=41.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411081780.210.3900.30268.2931.2556.08
Hex8D6CB2152701E10c1f38
Octal21515426225470364143770
Binary100011011101100101100101010110011101111010000110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,178); }

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

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

 a { background-color: rgb(141,108,178); }

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

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

 span { border-color: rgb(141,108,178); }

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