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

📋 copy color: '#8E6AB5'

red 142 ◦ green 106 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8E6AB5

Tints of Purple Mountain's Majesty #8E6AB5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 33.1%
G = 24.71%
B = 42.19%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8E6AB5 (or 0x8E6AB5) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 6A and B5. RGB value is (142,106,181). Sum of RGB (Red+Green+Blue) = 142+106+181=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E6AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6AB5 is #71954A. Grayscale: #7D7D7D. Windows color (decimal): -7443787 or 11889294. OLE color: 11889294.

HSL color Cylindrical-coordinate representation of color #8E6AB5: hue angle of 268.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E6AB5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 106 181 -
CMYK 0.22 0.41 0 0.29
HSL 268.8º 0.34% 0.56% -
HSV(B) 268.8º 0.41% 0.71% -
XYZ 24.65 19.4 46.16 -
YUV 125.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 142 106 181 0.22 0.41 0 0.29 268.8 0.34 0.56
Hex 8E 6A B5 16 29 0 1D 10D 22 38
Octal 216 152 265 26 51 0 35 415 42 70
Binary 10001110 1101010 10110101 10110 101001 0 11101 100001101 100010 111000

Color Harmonies of #8E6AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6AB5

Black with #8E6AB5

Text Example


Text Example

White with #8E6AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,106,181); }

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

background-color css

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

 a { background-color: rgb(142,106,181); }

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

border-color css

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

 span { border-color: rgb(142,106,181); }

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