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

📋 copy color: '#8E78B7'

red 142 ◦ green 120 ◦ blue 183

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

Shades of Purple Mountain's Majesty #8E78B7

Tints of Purple Mountain's Majesty #8E78B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 31.91%
G = 26.97%
B = 41.12%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8E78B7 (or 0x8E78B7) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 78 and B7. RGB value is (142,120,183). Sum of RGB (Red+Green+Blue) = 142+120+183=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E78B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78B7 is #718748. Grayscale: #858585. Windows color (decimal): -7440201 or 12023950. OLE color: 12023950.

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

Color convert

RGB 142 120 183 -
CMYK 0.22 0.34 0 0.28
HSL 260.95º 0.3% 0.59% -
HSV(B) 260.95º 0.34% 0.72% -
XYZ 26.42 22.6 47.77 -
YUV 133.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 142 120 183 0.22 0.34 0 0.28 260.95 0.3 0.59
Hex 8E 78 B7 16 22 0 1C 105 1E 3B
Octal 216 170 267 26 42 0 34 405 36 73
Binary 10001110 1111000 10110111 10110 100010 0 11100 100000101 11110 111011

Color Harmonies of #8E78B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78B7

Black with #8E78B7

Text Example


Text Example

White with #8E78B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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