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

📋 copy color: '#8E7EAF'

red 142 ◦ green 126 ◦ blue 175

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

Shades of Purple Mountain's Majesty #8E7EAF

Tints of Purple Mountain's Majesty #8E7EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 32.05%
G = 28.44%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E7EAF (or 0x8E7EAF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7E and AF. RGB value is (142,126,175). Sum of RGB (Red+Green+Blue) = 142+126+175=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAF is #718150. Grayscale: #888888. Windows color (decimal): -7438673 or 11501198. OLE color: 11501198.

HSL color Cylindrical-coordinate representation of color #8E7EAF: hue angle of 259.59º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E7EAF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 126 175 -
CMYK 0.19 0.28 0 0.31
HSL 259.59º 0.23% 0.59% -
HSV(B) 259.59º 0.28% 0.69% -
XYZ 26.35 23.77 43.76 -
YUV 136.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 142 126 175 0.19 0.28 0 0.31 259.59 0.23 0.59
Hex 8E 7E AF 13 1C 0 1F 104 17 3B
Octal 216 176 257 23 34 0 37 404 27 73
Binary 10001110 1111110 10101111 10011 11100 0 11111 100000100 10111 111011

Color Harmonies of #8E7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EAF

Black with #8E7EAF

Text Example


Text Example

White with #8E7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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