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

📋 copy color: '#8E7FAE'

red 142 ◦ green 127 ◦ blue 174

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

Shades of Purple Mountain's Majesty #8E7FAE

Tints of Purple Mountain's Majesty #8E7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

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

R = 32.05%
G = 28.67%
B = 39.28%

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

#8E7FAE (or 0x8E7FAE) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7F and AE. RGB value is (142,127,174). Sum of RGB (Red+Green+Blue) = 142+127+174=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAE is #718051. Grayscale: #888888. Windows color (decimal): -7438418 or 11435918. OLE color: 11435918.

HSL color Cylindrical-coordinate representation of color #8E7FAE: hue angle of 259.15º 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 #8E7FAE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 127 174 -
CMYK 0.18 0.27 0 0.32
HSL 259.15º 0.22% 0.59% -
HSV(B) 259.15º 0.27% 0.68% -
XYZ 26.38 23.99 43.28 -
YUV 136.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 142 127 174 0.18 0.27 0 0.32 259.15 0.22 0.59
Hex 8E 7F AE 12 1B 0 20 103 16 3B
Octal 216 177 256 22 33 0 40 403 26 73
Binary 10001110 1111111 10101110 10010 11011 0 100000 100000011 10110 111011

Color Harmonies of #8E7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7FAE

Black with #8E7FAE

Text Example


Text Example

White with #8E7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,174); }

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

background-color css

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

 a { background-color: rgb(142,127,174); }

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

border-color css

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

 span { border-color: rgb(142,127,174); }

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