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

📋 copy color: '#8E78B5'

red 142 ◦ green 120 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8E78B5

Tints of Purple Mountain's Majesty #8E78B5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.09%

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

R = 32.05%
G = 27.09%
B = 40.86%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8E78B5 (or 0x8E78B5) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 78 and B5. RGB value is (142,120,181). Sum of RGB (Red+Green+Blue) = 142+120+181=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E78B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78B5 is #71874A. Grayscale: #858585. Windows color (decimal): -7440203 or 11892878. OLE color: 11892878.

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

Color convert

RGB 142 120 181 -
CMYK 0.22 0.34 0 0.29
HSL 261.64º 0.29% 0.59% -
HSV(B) 261.64º 0.34% 0.71% -
XYZ 26.21 22.52 46.68 -
YUV 133.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 142 120 181 0.22 0.34 0 0.29 261.64 0.29 0.59
Hex 8E 78 B5 16 22 0 1D 106 1D 3B
Octal 216 170 265 26 42 0 35 406 35 73
Binary 10001110 1111000 10110101 10110 100010 0 11101 100000110 11101 111011

Color Harmonies of #8E78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78B5

Black with #8E78B5

Text Example


Text Example

White with #8E78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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