Html Css Color HEX #8E1067 Eggplant

📋 copy color: '#8E1067'

red 142 ◦ green 16 ◦ blue 103

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

Shades of Eggplant #8E1067

Tints of Eggplant #8E1067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 103 (40.63% from 255) = 39.46%

R = 54.41%
G = 6.13%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E1067 (or 0x8E1067) is known color: Eggplant. HEX triplet: 8E, 10 and 67. RGB value is (142,16,103). Sum of RGB (Red+Green+Blue) = 142+16+103=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1067 is #71EF98. Grayscale: #3F3F3F. Windows color (decimal): -7466905 or 6754446. OLE color: 6754446.

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

Color convert

RGB 142 16 103 -
CMYK 0 0.89 0.27 0.44
HSL 318.57º 0.8% 0.31% -
HSV(B) 318.57º 0.89% 0.56% -
XYZ 13.79 7.1 13.48 -
YUV 63.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 142 16 103 0 0.89 0.27 0.44 318.57 0.8 0.31
Hex 8E 10 67 0 59 1B 2C 13F 50 1F
Octal 216 20 147 0 131 33 54 477 120 37
Binary 10001110 10000 1100111 0 1011001 11011 101100 100111111 1010000 11111

Color Harmonies of #8E1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1067

Black with #8E1067

Text Example


Text Example

White with #8E1067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,103); }

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

background-color css

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

 a { background-color: rgb(142,16,103); }

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

border-color css

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

 span { border-color: rgb(142,16,103); }

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