#8E75AF

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

Shades of Purple Mountain's Majesty #8E75AF

Tints of Purple Mountain's Majesty #8E75AF

Color information

#8E75AF (or 0x8E75AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 75 and AF. RGB value is (142,117,175). Sum of RGB (Red+Green+Blue) = 142+117+175=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E75AF is #718A50. Grayscale: #828282. Windows color (decimal): -7440977 or 11498894. OLE color: 11498894.

HSL color Cylindrical-coordinate representation of color #8E75AF: hue angle of 265.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E75AF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142117175-
CMYK0.190.3300.31
HSL265.86º26.61%57.25%-
HSV(B)265.86º33.14%68.63%-
XYZ25.2521.5743.39-
YUV131.09152.78135.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=32.72%
G=26.96%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421171750.190.3300.31265.8626.6157.25
Hex8E75AF132101F10a1b39
Octal21616525723410374123371
Binary100011101110101101011111001110000101111110000101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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