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

📋 copy color: '#8E6AB3'

red 142 ◦ green 106 ◦ blue 179

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

Shades of Purple Mountain's Majesty #8E6AB3

Tints of Purple Mountain's Majesty #8E6AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 33.26%
G = 24.82%
B = 41.92%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8E6AB3 (or 0x8E6AB3) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 6A and B3. RGB value is (142,106,179). Sum of RGB (Red+Green+Blue) = 142+106+179=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E6AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6AB3 is #71954C. Grayscale: #7C7C7C. Windows color (decimal): -7443789 or 11758222. OLE color: 11758222.

HSL color Cylindrical-coordinate representation of color #8E6AB3: hue angle of 269.59º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E6AB3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 106 179 -
CMYK 0.21 0.41 0 0.30
HSL 269.59º 0.32% 0.56% -
HSV(B) 269.59º 0.41% 0.7% -
XYZ 24.45 19.31 45.09 -
YUV 125.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 142 106 179 0.21 0.41 0 0.30 269.59 0.32 0.56
Hex 8E 6A B3 15 29 0 1E 10E 20 38
Octal 216 152 263 25 51 0 36 416 40 70
Binary 10001110 1101010 10110011 10101 101001 0 11110 100001110 100000 111000

Color Harmonies of #8E6AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6AB3

Black with #8E6AB3

Text Example


Text Example

White with #8E6AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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