Html Css Color HEX #8E1068 Eggplant

📋 copy color: '#8E1068'

red 142 ◦ green 16 ◦ blue 104

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

Shades of Eggplant #8E1068

Tints of Eggplant #8E1068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 54.2%
G = 6.11%
B = 39.69%

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

#8E1068 (or 0x8E1068) is known color: Eggplant. HEX triplet: 8E, 10 and 68. RGB value is (142,16,104). Sum of RGB (Red+Green+Blue) = 142+16+104=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1068 is #71EF97. Grayscale: #3F3F3F. Windows color (decimal): -7466904 or 6819982. OLE color: 6819982.

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

Color convert

RGB 142 16 104 -
CMYK 0 0.89 0.27 0.44
HSL 318.1º 0.8% 0.31% -
HSV(B) 318.1º 0.89% 0.56% -
XYZ 13.84 7.12 13.74 -
YUV 63.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 142 16 104 0 0.89 0.27 0.44 318.1 0.8 0.31
Hex 8E 10 68 0 59 1B 2C 13E 50 1F
Octal 216 20 150 0 131 33 54 476 120 37
Binary 10001110 10000 1101000 0 1011001 11011 101100 100111110 1010000 11111

Color Harmonies of #8E1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1068

Black with #8E1068

Text Example


Text Example

White with #8E1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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