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

📋 copy color: '#8E7DAC'

red 142 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8E7DAC

Tints of Purple Mountain's Majesty #8E7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

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

R = 32.35%
G = 28.47%
B = 39.18%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E7DAC (or 0x8E7DAC) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7D and AC. RGB value is (142,125,172). Sum of RGB (Red+Green+Blue) = 142+125+172=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DAC is #718253. Grayscale: #878787. Windows color (decimal): -7438932 or 11304334. OLE color: 11304334.

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

Color convert

RGB 142 125 172 -
CMYK 0.17 0.27 0 0.33
HSL 261.7º 0.22% 0.58% -
HSV(B) 261.7º 0.27% 0.67% -
XYZ 25.94 23.4 42.18 -
YUV 135.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 142 125 172 0.17 0.27 0 0.33 261.7 0.22 0.58
Hex 8E 7D AC 11 1B 0 21 106 16 3A
Octal 216 175 254 21 33 0 41 406 26 72
Binary 10001110 1111101 10101100 10001 11011 0 100001 100000110 10110 111010

Color Harmonies of #8E7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DAC

Black with #8E7DAC

Text Example


Text Example

White with #8E7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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