Html Css Color HEX #8E0362 Eggplant

📋 copy color: '#8E0362'

red 142 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #8E0362

Tints of Eggplant #8E0362

RGB

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

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

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

R = 58.44%
G = 1.23%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E0362 (or 0x8E0362) is known color: Eggplant. HEX triplet: 8E, 03 and 62. RGB value is (142,3,98). Sum of RGB (Red+Green+Blue) = 142+3+98=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0362 is #71FC9D. Grayscale: #373737. Windows color (decimal): -7470238 or 6423438. OLE color: 6423438.

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

Color convert

RGB 142 3 98 -
CMYK 0 0.98 0.31 0.44
HSL 318.99º 0.96% 0.28% -
HSV(B) 318.99º 0.98% 0.56% -
XYZ 13.39 6.7 12.14 -
YUV 55.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 142 3 98 0 0.98 0.31 0.44 318.99 0.96 0.28
Hex 8E 3 62 0 62 1F 2C 13F 60 1C
Octal 216 3 142 0 142 37 54 477 140 34
Binary 10001110 11 1100010 0 1100010 11111 101100 100111111 1100000 11100

Color Harmonies of #8E0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0362

Black with #8E0362

Text Example


Text Example

White with #8E0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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