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

📋 copy color: '#8E77AC'

red 142 ◦ green 119 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8E77AC

Tints of Purple Mountain's Majesty #8E77AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 32.79%
G = 27.48%
B = 39.72%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E77AC (or 0x8E77AC) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 77 and AC. RGB value is (142,119,172). Sum of RGB (Red+Green+Blue) = 142+119+172=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E77AC is #718853. Grayscale: #838383. Windows color (decimal): -7440468 or 11302798. OLE color: 11302798.

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

Color convert

RGB 142 119 172 -
CMYK 0.17 0.31 0 0.33
HSL 266.04º 0.24% 0.57% -
HSV(B) 266.04º 0.31% 0.67% -
XYZ 25.2 21.92 41.93 -
YUV 131.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 142 119 172 0.17 0.31 0 0.33 266.04 0.24 0.57
Hex 8E 77 AC 11 1F 0 21 10A 18 39
Octal 216 167 254 21 37 0 41 412 30 71
Binary 10001110 1110111 10101100 10001 11111 0 100001 100001010 11000 111001

Color Harmonies of #8E77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77AC

Black with #8E77AC

Text Example


Text Example

White with #8E77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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