Html Css Color HEX #8E004F Eggplant

📋 copy color: '#8E004F'

red 142 ◦ green 0 ◦ blue 79

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

Shades of Eggplant #8E004F

Tints of Eggplant #8E004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 64.25%
G = 0%
B = 35.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E004F (or 0x8E004F) is known color: Eggplant. HEX triplet: 8E, 00 and 4F. RGB value is (142,0,79). Sum of RGB (Red+Green+Blue) = 142+0+79=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E004F is #71FFB0. Grayscale: #333333. Windows color (decimal): -7471025 or 5177486. OLE color: 5177486.

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

Color convert

RGB 142 0 79 -
CMYK 0 1 0.44 0.44
HSL 326.62º 1% 0.28% -
HSV(B) 326.62º 1% 0.56% -
XYZ 12.57 6.32 7.95 -
YUV 51.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 142 0 79 0 1 0.44 0.44 326.62 1 0.28
Hex 8E 0 4F 0 64 2C 2C 147 64 1C
Octal 216 0 117 0 144 54 54 507 144 34
Binary 10001110 0 1001111 0 1100100 101100 101100 101000111 1100100 11100

Color Harmonies of #8E004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E004F

Black with #8E004F

Text Example


Text Example

White with #8E004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,79); }

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

background-color css

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

 a { background-color: rgb(142,0,79); }

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

border-color css

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

 span { border-color: rgb(142,0,79); }

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