#8E75AB

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

Shades of Purple Mountain's Majesty #8E75AB

Tints of Purple Mountain's Majesty #8E75AB

Color information

#8E75AB (or 0x8E75AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 75 and AB. RGB value is (142,117,171). Sum of RGB (Red+Green+Blue) = 142+117+171=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E75AB is #718A54. Grayscale: #828282. Windows color (decimal): -7440981 or 11236750. OLE color: 11236750.

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

Color convert

RGB142117171-
CMYK0.170.3200.33
HSL267.78º24.32%56.47%-
HSV(B)267.78º31.58%67.06%-
XYZ24.8721.4141.35-
YUV130.63150.78136.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=33.02%
G=27.21%
B=39.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421171710.170.3200.33267.7824.3256.47
Hex8E75AB112002110c1838
Octal21616525321400414143070
Binary1000111011101011010101110001100000010000110000110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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