Html Css Color HEX #8E1762 Eggplant

📋 copy color: '#8E1762'

red 142 ◦ green 23 ◦ blue 98

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

Shades of Eggplant #8E1762

Tints of Eggplant #8E1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 53.99%
G = 8.75%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E1762 (or 0x8E1762) is known color: Eggplant. HEX triplet: 8E, 17 and 62. RGB value is (142,23,98). Sum of RGB (Red+Green+Blue) = 142+23+98=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1762 is #71E89D. Grayscale: #424242. Windows color (decimal): -7465118 or 6428558. OLE color: 6428558.

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

Color convert

RGB 142 23 98 -
CMYK 0 0.84 0.31 0.44
HSL 322.18º 0.72% 0.32% -
HSV(B) 322.18º 0.84% 0.56% -
XYZ 13.67 7.25 12.23 -
YUV 67.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 142 23 98 0 0.84 0.31 0.44 322.18 0.72 0.32
Hex 8E 17 62 0 54 1F 2C 142 48 20
Octal 216 27 142 0 124 37 54 502 110 40
Binary 10001110 10111 1100010 0 1010100 11111 101100 101000010 1001000 100000

Color Harmonies of #8E1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1762

Black with #8E1762

Text Example


Text Example

White with #8E1762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,98); }

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

background-color css

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

 a { background-color: rgb(142,23,98); }

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

border-color css

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

 span { border-color: rgb(142,23,98); }

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