#8E7CAB

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

Shades of Purple Mountain's Majesty #8E7CAB

Tints of Purple Mountain's Majesty #8E7CAB

Color information

#8E7CAB (or 0x8E7CAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7C and AB. RGB value is (142,124,171). Sum of RGB (Red+Green+Blue) = 142+124+171=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7CAB is #718354. Grayscale: #868686. Windows color (decimal): -7439189 or 11238542. OLE color: 11238542.

HSL color Cylindrical-coordinate representation of color #8E7CAB: hue angle of 262.98º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7CAB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142124171-
CMYK0.170.2700.33
HSL262.98º21.86%57.84%-
HSV(B)262.98º27.49%67.06%-
XYZ25.7123.1141.63-
YUV134.74148.46133.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=32.49%
G=28.38%
B=39.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421241710.170.2700.33262.9821.8657.84
Hex8E7CAB111B021107163a
Octal21617425321330414072672
Binary100011101111100101010111000111011010000110000011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,171); }

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

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

 a { background-color: rgb(142,124,171); }

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

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

 span { border-color: rgb(142,124,171); }

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