Html Css Color HEX #8E0358 Eggplant

📋 copy color: '#8E0358'

red 142 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #8E0358

Tints of Eggplant #8E0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 60.94%
G = 1.29%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E0358 (or 0x8E0358) is known color: Eggplant. HEX triplet: 8E, 03 and 58. RGB value is (142,3,88). Sum of RGB (Red+Green+Blue) = 142+3+88=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0358 is #71FCA7. Grayscale: #363636. Windows color (decimal): -7470248 or 5768078. OLE color: 5768078.

HSL color Cylindrical-coordinate representation of color #8E0358: hue angle of 323.31º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0358 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 88 -
CMYK 0 0.98 0.38 0.44
HSL 323.31º 0.96% 0.28% -
HSV(B) 323.31º 0.98% 0.56% -
XYZ 12.95 6.52 9.81 -
YUV 54.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 142 3 88 0 0.98 0.38 0.44 323.31 0.96 0.28
Hex 8E 3 58 0 62 26 2C 143 60 1C
Octal 216 3 130 0 142 46 54 503 140 34
Binary 10001110 11 1011000 0 1100010 100110 101100 101000011 1100000 11100

Color Harmonies of #8E0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0358

Black with #8E0358

Text Example


Text Example

White with #8E0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,88); }

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

background-color css

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

 a { background-color: rgb(142,3,88); }

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

border-color css

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

 span { border-color: rgb(142,3,88); }

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