#8C6EAF

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

Shades of Purple Mountain's Majesty #8C6EAF

Tints of Purple Mountain's Majesty #8C6EAF

Color information

#8C6EAF (or 0x8C6EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 6E and AF. RGB value is (140,110,175). Sum of RGB (Red+Green+Blue) = 140+110+175=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C6EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6EAF is #739150. Grayscale: #7E7E7E. Windows color (decimal): -7573841 or 11497100. OLE color: 11497100.

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

Color convert

RGB140110175-
CMYK0.20.3700.31
HSL267.69º28.89%55.88%-
HSV(B)267.69º37.14%68.63%-
XYZ24.1319.8243.11-
YUV126.38155.44137.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=32.94%
G=25.88%
B=41.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401101750.20.3700.31267.6928.8955.88
Hex8C6EAF142501F10c1d38
Octal21415625724450374143570
Binary100011001101110101011111010010010101111110000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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