Html Css Color HEX #8E045F Eggplant

📋 copy color: '#8E045F'

red 142 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #8E045F

Tints of Eggplant #8E045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 58.92%
G = 1.66%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E045F (or 0x8E045F) is known color: Eggplant. HEX triplet: 8E, 04 and 5F. RGB value is (142,4,95). Sum of RGB (Red+Green+Blue) = 142+4+95=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E045F is #71FBA0. Grayscale: #373737. Windows color (decimal): -7469985 or 6227086. OLE color: 6227086.

HSL color Cylindrical-coordinate representation of color #8E045F: hue angle of 320.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E045F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 95 -
CMYK 0 0.97 0.33 0.44
HSL 320.43º 0.95% 0.29% -
HSV(B) 320.43º 0.97% 0.56% -
XYZ 13.26 6.66 11.41 -
YUV 55.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 142 4 95 0 0.97 0.33 0.44 320.43 0.95 0.29
Hex 8E 4 5F 0 61 21 2C 140 5F 1D
Octal 216 4 137 0 141 41 54 500 137 35
Binary 10001110 100 1011111 0 1100001 100001 101100 101000000 1011111 11101

Color Harmonies of #8E045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E045F

Black with #8E045F

Text Example


Text Example

White with #8E045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,4,95); }

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

background-color css

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

 a { background-color: rgb(142,4,95); }

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

border-color css

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

 span { border-color: rgb(142,4,95); }

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