#8C6EB4

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

Shades of Purple Mountain's Majesty #8C6EB4

Tints of Purple Mountain's Majesty #8C6EB4

Color information

#8C6EB4 (or 0x8C6EB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 6E and B4. RGB value is (140,110,180). Sum of RGB (Red+Green+Blue) = 140+110+180=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C6EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EB4 is #73914B. Grayscale: #7E7E7E. Windows color (decimal): -7573836 or 11824780. OLE color: 11824780.

HSL color Cylindrical-coordinate representation of color #8C6EB4: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6EB4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140110180-
CMYK0.220.3900.29
HSL265.71º31.82%56.86%-
HSV(B)265.71º38.89%70.59%-
XYZ24.6320.0245.75-
YUV126.95157.94137.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=32.56%
G=25.58%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401101800.220.3900.29265.7131.8256.86
Hex8C6EB4162701D10a2039
Octal21415626426470354124071
Binary1000110011011101011010010110100111011101100001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,180); }

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

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

 a { background-color: rgb(140,110,180); }

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

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

 span { border-color: rgb(140,110,180); }

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