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

📋 copy color: '#8E7CAB'

red 142 ◦ green 124 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8E7CAB

Tints of Purple Mountain's Majesty #8E7CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 32.49%
G = 28.38%
B = 39.13%

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

#8E7CAB (or 0x8E7CAB) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7C and AB. RGB value is (142,124,171). Sum of RGB (Red+Green+Blue) = 142+124+171=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7CAB is #718354. Grayscale: #868686. Windows color (decimal): -7439189 or 11238542. OLE color: 11238542.

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

Color convert

RGB 142 124 171 -
CMYK 0.17 0.27 0 0.33
HSL 262.98º 0.22% 0.58% -
HSV(B) 262.98º 0.27% 0.67% -
XYZ 25.71 23.11 41.63 -
YUV 134.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 142 124 171 0.17 0.27 0 0.33 262.98 0.22 0.58
Hex 8E 7C AB 11 1B 0 21 107 16 3A
Octal 216 174 253 21 33 0 41 407 26 72
Binary 10001110 1111100 10101011 10001 11011 0 100001 100000111 10110 111010

Color Harmonies of #8E7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CAB

Black with #8E7CAB

Text Example


Text Example

White with #8E7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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