Html Css Color HEX #8E1A64 Eggplant

📋 copy color: '#8E1A64'

red 142 ◦ green 26 ◦ blue 100

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

Shades of Eggplant #8E1A64

Tints of Eggplant #8E1A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 52.99%
G = 9.7%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E1A64 (or 0x8E1A64) is known color: Eggplant. HEX triplet: 8E, 1A and 64. RGB value is (142,26,100). Sum of RGB (Red+Green+Blue) = 142+26+100=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A64 is #71E59B. Grayscale: #444444. Windows color (decimal): -7464348 or 6560398. OLE color: 6560398.

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

Color convert

RGB 142 26 100 -
CMYK 0 0.82 0.30 0.44
HSL 321.72º 0.69% 0.33% -
HSV(B) 321.72º 0.82% 0.56% -
XYZ 13.82 7.41 12.76 -
YUV 69.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 142 26 100 0 0.82 0.30 0.44 321.72 0.69 0.33
Hex 8E 1A 64 0 52 1E 2C 142 45 21
Octal 216 32 144 0 122 36 54 502 105 41
Binary 10001110 11010 1100100 0 1010010 11110 101100 101000010 1000101 100001

Color Harmonies of #8E1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A64

Black with #8E1A64

Text Example


Text Example

White with #8E1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,100); }

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

background-color css

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

 a { background-color: rgb(142,26,100); }

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

border-color css

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

 span { border-color: rgb(142,26,100); }

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