Html Css Color HEX #8E77AA Purple Mountain's Majesty

📋 copy color: '#8E77AA'

red 142 ◦ green 119 ◦ blue 170

#8E77AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #8E77AA

Tints of Purple Mountain's Majesty #8E77AA

RGB

 RED value IS 142 (55.86% from 255) = 32.95%

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 32.95%
G = 27.61%
B = 39.44%

CMYK

 C value IS 0.16

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E77AA (or 0x8E77AA) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 77 and AA. RGB value is (142,119,170). Sum of RGB (Red+Green+Blue) = 142+119+170=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E77AA is #718855. Grayscale: #838383. Windows color (decimal): -7440470 or 11171726. OLE color: 11171726.

HSL color Cylindrical-coordinate representation of color #8E77AA: hue angle of 267.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E77AA is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 119 170 -
CMYK 0.16 0.3 0 0.33
HSL 267.06º 0.23% 0.57% -
HSV(B) 267.06º 0.3% 0.67% -
XYZ 25.01 21.85 40.93 -
YUV 131.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 142 119 170 0.16 0.3 0 0.33 267.06 0.23 0.57
Hex 8E 77 AA 10 1E 0 21 10B 17 39
Octal 216 167 252 20 36 0 41 413 27 71
Binary 10001110 1110111 10101010 10000 11110 0 100001 100001011 10111 111001

Color Harmonies of #8E77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77AA

Black with #8E77AA

Text Example


Text Example

White with #8E77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,119,170); }

 H1.HeaderClassName
 {
   color: #8E77AA;
 }
 .AnyTagClassName
 {
   color: #8E77AA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,119,170); }

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

border-color css

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

 span { border-color: rgb(142,119,170); }

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