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

📋 copy color: '#8C76AE'

red 140 ◦ green 118 ◦ blue 174

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

Shades of Purple Mountain's Majesty #8C76AE

Tints of Purple Mountain's Majesty #8C76AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 32.41%
G = 27.31%
B = 40.28%

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

#8C76AE (or 0x8C76AE) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 76 and AE. RGB value is (140,118,174). Sum of RGB (Red+Green+Blue) = 140+118+174=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C76AE is #738951. Grayscale: #828282. Windows color (decimal): -7571794 or 11433612. OLE color: 11433612.

HSL color Cylindrical-coordinate representation of color #8C76AE: hue angle of 263.57º degrees, saturation: 0.26, 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 #8C76AE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 118 174 -
CMYK 0.20 0.32 0 0.32
HSL 263.57º 0.26% 0.57% -
HSV(B) 263.57º 0.32% 0.68% -
XYZ 24.93 21.59 42.9 -
YUV 130.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 140 118 174 0.20 0.32 0 0.32 263.57 0.26 0.57
Hex 8C 76 AE 14 20 0 20 108 1A 39
Octal 214 166 256 24 40 0 40 410 32 71
Binary 10001100 1110110 10101110 10100 100000 0 100000 100001000 11010 111001

Color Harmonies of #8C76AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76AE

Black with #8C76AE

Text Example


Text Example

White with #8C76AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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