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

📋 copy color: '#8E7CAF'

red 142 ◦ green 124 ◦ blue 175

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

Shades of Purple Mountain's Majesty #8E7CAF

Tints of Purple Mountain's Majesty #8E7CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 32.2%
G = 28.12%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E7CAF (or 0x8E7CAF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7C and AF. RGB value is (142,124,175). Sum of RGB (Red+Green+Blue) = 142+124+175=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7CAF is #718350. Grayscale: #878787. Windows color (decimal): -7439185 or 11500686. OLE color: 11500686.

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

Color convert

RGB 142 124 175 -
CMYK 0.19 0.29 0 0.31
HSL 261.18º 0.24% 0.59% -
HSV(B) 261.18º 0.29% 0.69% -
XYZ 26.1 23.26 43.67 -
YUV 135.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 142 124 175 0.19 0.29 0 0.31 261.18 0.24 0.59
Hex 8E 7C AF 13 1D 0 1F 105 18 3B
Octal 216 174 257 23 35 0 37 405 30 73
Binary 10001110 1111100 10101111 10011 11101 0 11111 100000101 11000 111011

Color Harmonies of #8E7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CAF

Black with #8E7CAF

Text Example


Text Example

White with #8E7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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