Html Css Color HEX #8E135F Eggplant

📋 copy color: '#8E135F'

red 142 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #8E135F

Tints of Eggplant #8E135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 55.47%
G = 7.42%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E135F (or 0x8E135F) is known color: Eggplant. HEX triplet: 8E, 13 and 5F. RGB value is (142,19,95). Sum of RGB (Red+Green+Blue) = 142+19+95=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E135F is #71ECA0. Grayscale: #404040. Windows color (decimal): -7466145 or 6230926. OLE color: 6230926.

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

Color convert

RGB 142 19 95 -
CMYK 0 0.87 0.33 0.44
HSL 322.93º 0.76% 0.32% -
HSV(B) 322.93º 0.87% 0.56% -
XYZ 13.45 7.04 11.48 -
YUV 64.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 142 19 95 0 0.87 0.33 0.44 322.93 0.76 0.32
Hex 8E 13 5F 0 57 21 2C 143 4C 20
Octal 216 23 137 0 127 41 54 503 114 40
Binary 10001110 10011 1011111 0 1010111 100001 101100 101000011 1001100 100000

Color Harmonies of #8E135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E135F

Black with #8E135F

Text Example


Text Example

White with #8E135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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