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

📋 copy color: '#8E7BAB'

red 142 ◦ green 123 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8E7BAB

Tints of Purple Mountain's Majesty #8E7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

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

R = 32.57%
G = 28.21%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E7BAB (or 0x8E7BAB) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7B and AB. RGB value is (142,123,171). Sum of RGB (Red+Green+Blue) = 142+123+171=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7BAB is #718454. Grayscale: #858585. Windows color (decimal): -7439445 or 11238286. OLE color: 11238286.

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

Color convert

RGB 142 123 171 -
CMYK 0.17 0.28 0 0.33
HSL 263.75º 0.22% 0.58% -
HSV(B) 263.75º 0.28% 0.67% -
XYZ 25.59 22.86 41.59 -
YUV 134.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 142 123 171 0.17 0.28 0 0.33 263.75 0.22 0.58
Hex 8E 7B AB 11 1C 0 21 108 16 3A
Octal 216 173 253 21 34 0 41 410 26 72
Binary 10001110 1111011 10101011 10001 11100 0 100001 100001000 10110 111010

Color Harmonies of #8E7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7BAB

Black with #8E7BAB

Text Example


Text Example

White with #8E7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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