Html Css Color HEX #8E0356 Eggplant

📋 copy color: '#8E0356'

red 142 ◦ green 3 ◦ blue 86

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

Shades of Eggplant #8E0356

Tints of Eggplant #8E0356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 61.47%
G = 1.3%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E0356 (or 0x8E0356) is known color: Eggplant. HEX triplet: 8E, 03 and 56. RGB value is (142,3,86). Sum of RGB (Red+Green+Blue) = 142+3+86=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0356 is #71FCA9. Grayscale: #353535. Windows color (decimal): -7470250 or 5637006. OLE color: 5637006.

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

Color convert

RGB 142 3 86 -
CMYK 0 0.98 0.39 0.44
HSL 324.17º 0.96% 0.28% -
HSV(B) 324.17º 0.98% 0.56% -
XYZ 12.87 6.49 9.38 -
YUV 54.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 142 3 86 0 0.98 0.39 0.44 324.17 0.96 0.28
Hex 8E 3 56 0 62 27 2C 144 60 1C
Octal 216 3 126 0 142 47 54 504 140 34
Binary 10001110 11 1010110 0 1100010 100111 101100 101000100 1100000 11100

Color Harmonies of #8E0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0356

Black with #8E0356

Text Example


Text Example

White with #8E0356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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