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

📋 copy color: '#8E79AB'

red 142 ◦ green 121 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8E79AB

Tints of Purple Mountain's Majesty #8E79AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

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

R = 32.72%
G = 27.88%
B = 39.4%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E79AB (or 0x8E79AB) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 79 and AB. RGB value is (142,121,171). Sum of RGB (Red+Green+Blue) = 142+121+171=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E79AB is #718654. Grayscale: #848484. Windows color (decimal): -7439957 or 11237774. OLE color: 11237774.

HSL color Cylindrical-coordinate representation of color #8E79AB: hue angle of 265.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E79AB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 121 171 -
CMYK 0.17 0.29 0 0.33
HSL 265.2º 0.23% 0.57% -
HSV(B) 265.2º 0.29% 0.67% -
XYZ 25.34 22.37 41.51 -
YUV 132.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 142 121 171 0.17 0.29 0 0.33 265.2 0.23 0.57
Hex 8E 79 AB 11 1D 0 21 109 17 39
Octal 216 171 253 21 35 0 41 411 27 71
Binary 10001110 1111001 10101011 10001 11101 0 100001 100001001 10111 111001

Color Harmonies of #8E79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79AB

Black with #8E79AB

Text Example


Text Example

White with #8E79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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