Html Css Color HEX #8E075C Eggplant

📋 copy color: '#8E075C'

red 142 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #8E075C

Tints of Eggplant #8E075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 58.92%
G = 2.9%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E075C (or 0x8E075C) is known color: Eggplant. HEX triplet: 8E, 07 and 5C. RGB value is (142,7,92). Sum of RGB (Red+Green+Blue) = 142+7+92=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E075C is #71F8A3. Grayscale: #383838. Windows color (decimal): -7469220 or 6031246. OLE color: 6031246.

HSL color Cylindrical-coordinate representation of color #8E075C: hue angle of 322.22º 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 #8E075C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 7 92 -
CMYK 0 0.95 0.35 0.44
HSL 322.22º 0.91% 0.29% -
HSV(B) 322.22º 0.95% 0.56% -
XYZ 13.16 6.68 10.72 -
YUV 57.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 142 7 92 0 0.95 0.35 0.44 322.22 0.91 0.29
Hex 8E 7 5C 0 5F 23 2C 142 5B 1D
Octal 216 7 134 0 137 43 54 502 133 35
Binary 10001110 111 1011100 0 1011111 100011 101100 101000010 1011011 11101

Color Harmonies of #8E075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E075C

Black with #8E075C

Text Example


Text Example

White with #8E075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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