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

📋 copy color: '#8C77AE'

red 140 ◦ green 119 ◦ blue 174

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

Shades of Purple Mountain's Majesty #8C77AE

Tints of Purple Mountain's Majesty #8C77AE

RGB

 RED value IS 140 (55.08% from 255) = 32.33%

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 32.33%
G = 27.48%
B = 40.18%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C77AE (or 0x8C77AE) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 77 and AE. RGB value is (140,119,174). Sum of RGB (Red+Green+Blue) = 140+119+174=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C77AE is #738851. Grayscale: #838383. Windows color (decimal): -7571538 or 11433868. OLE color: 11433868.

HSL color Cylindrical-coordinate representation of color #8C77AE: hue angle of 262.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C77AE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 119 174 -
CMYK 0.20 0.32 0 0.32
HSL 262.91º 0.25% 0.57% -
HSV(B) 262.91º 0.32% 0.68% -
XYZ 25.05 21.83 42.94 -
YUV 131.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 140 119 174 0.20 0.32 0 0.32 262.91 0.25 0.57
Hex 8C 77 AE 14 20 0 20 107 19 39
Octal 214 167 256 24 40 0 40 407 31 71
Binary 10001100 1110111 10101110 10100 100000 0 100000 100000111 11001 111001

Color Harmonies of #8C77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C77AE

Black with #8C77AE

Text Example


Text Example

White with #8C77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,174); }

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

background-color css

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

 a { background-color: rgb(140,119,174); }

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

border-color css

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

 span { border-color: rgb(140,119,174); }

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