#8E80B4

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

Shades of Purple Mountain's Majesty #8E80B4

Tints of Purple Mountain's Majesty #8E80B4

Color information

#8E80B4 (or 0x8E80B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 80 and B4. RGB value is (142,128,180). Sum of RGB (Red+Green+Blue) = 142+128+180=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80B4 is #717F4B. Grayscale: #898989. Windows color (decimal): -7438156 or 11829390. OLE color: 11829390.

HSL color Cylindrical-coordinate representation of color #8E80B4: hue angle of 256.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E80B4 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142128180-
CMYK0.210.2900.29
HSL256.15º25.74%60.39%-
HSV(B)256.15º28.89%70.59%-
XYZ27.1124.4846.48-
YUV138.11151.64130.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.56%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 180 (70.70% from 255) = 40%
R=31.56%
G=28.44%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421281800.210.2900.29256.1525.7460.39
Hex8E80B4151D01D1001a3c
Octal21620026425350354003274
Binary100011101000000010110100101011110101110110000000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,180); }

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

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

 a { background-color: rgb(142,128,180); }

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

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

 span { border-color: rgb(142,128,180); }

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