Html Css Color HEX #8E0760 Eggplant

📋 copy color: '#8E0760'

red 142 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #8E0760

Tints of Eggplant #8E0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 57.96%
G = 2.86%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E0760 (or 0x8E0760) is known color: Eggplant. HEX triplet: 8E, 07 and 60. RGB value is (142,7,96). Sum of RGB (Red+Green+Blue) = 142+7+96=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0760 is #71F89F. Grayscale: #393939. Windows color (decimal): -7469216 or 6293390. OLE color: 6293390.

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

Color convert

RGB 142 7 96 -
CMYK 0 0.95 0.32 0.44
HSL 320.44º 0.91% 0.29% -
HSV(B) 320.44º 0.95% 0.56% -
XYZ 13.34 6.75 11.67 -
YUV 57.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 142 7 96 0 0.95 0.32 0.44 320.44 0.91 0.29
Hex 8E 7 60 0 5F 20 2C 140 5B 1D
Octal 216 7 140 0 137 40 54 500 133 35
Binary 10001110 111 1100000 0 1011111 100000 101100 101000000 1011011 11101

Color Harmonies of #8E0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0760

Black with #8E0760

Text Example


Text Example

White with #8E0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,7,96); }

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

background-color css

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

 a { background-color: rgb(142,7,96); }

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

border-color css

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

 span { border-color: rgb(142,7,96); }

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