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

📋 copy color: '#8E7EAD'

red 142 ◦ green 126 ◦ blue 173

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

Shades of Purple Mountain's Majesty #8E7EAD

Tints of Purple Mountain's Majesty #8E7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 32.2%
G = 28.57%
B = 39.23%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E7EAD (or 0x8E7EAD) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7E and AD. RGB value is (142,126,173). Sum of RGB (Red+Green+Blue) = 142+126+173=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAD is #718152. Grayscale: #878787. Windows color (decimal): -7438675 or 11370126. OLE color: 11370126.

HSL color Cylindrical-coordinate representation of color #8E7EAD: hue angle of 260.43º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7EAD is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 126 173 -
CMYK 0.18 0.27 0 0.32
HSL 260.43º 0.22% 0.59% -
HSV(B) 260.43º 0.27% 0.68% -
XYZ 26.16 23.69 42.73 -
YUV 136.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 142 126 173 0.18 0.27 0 0.32 260.43 0.22 0.59
Hex 8E 7E AD 12 1B 0 20 104 16 3B
Octal 216 176 255 22 33 0 40 404 26 73
Binary 10001110 1111110 10101101 10010 11011 0 100000 100000100 10110 111011

Color Harmonies of #8E7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EAD

Black with #8E7EAD

Text Example


Text Example

White with #8E7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,173); }

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

background-color css

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

 a { background-color: rgb(142,126,173); }

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

border-color css

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

 span { border-color: rgb(142,126,173); }

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