Html Css Color HEX #8E4078 Dark Purple

📋 copy color: '#8E4078'

red 142 ◦ green 64 ◦ blue 120

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

Shades of Dark Purple #8E4078

Tints of Dark Purple #8E4078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 43.56%
G = 19.63%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E4078 (or 0x8E4078) is known color: Dark Purple. HEX triplet: 8E, 40 and 78. RGB value is (142,64,120). Sum of RGB (Red+Green+Blue) = 142+64+120=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4078 is #71BF87. Grayscale: #5D5D5D. Windows color (decimal): -7454600 or 7880846. OLE color: 7880846.

HSL color Cylindrical-coordinate representation of color #8E4078: hue angle of 316.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4078 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 64 120 -
CMYK 0 0.55 0.15 0.44
HSL 316.92º 0.38% 0.4% -
HSV(B) 316.92º 0.55% 0.56% -
XYZ 16.38 10.77 18.99 -
YUV 93.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 142 64 120 0 0.55 0.15 0.44 316.92 0.38 0.4
Hex 8E 40 78 0 37 F 2C 13D 26 28
Octal 216 100 170 0 67 17 54 475 46 50
Binary 10001110 1000000 1111000 0 110111 1111 101100 100111101 100110 101000

Color Harmonies of #8E4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4078

Black with #8E4078

Text Example


Text Example

White with #8E4078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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