Html Css Color HEX #8E0654 Eggplant

📋 copy color: '#8E0654'

red 142 ◦ green 6 ◦ blue 84

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

Shades of Eggplant #8E0654

Tints of Eggplant #8E0654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 61.21%
G = 2.59%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8E0654 (or 0x8E0654) is known color: Eggplant. HEX triplet: 8E, 06 and 54. RGB value is (142,6,84). Sum of RGB (Red+Green+Blue) = 142+6+84=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0654 is #71F9AB. Grayscale: #373737. Windows color (decimal): -7469484 or 5506702. OLE color: 5506702.

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

Color convert

RGB 142 6 84 -
CMYK 0 0.96 0.41 0.44
HSL 325.59º 0.92% 0.29% -
HSV(B) 325.59º 0.96% 0.56% -
XYZ 12.82 6.52 8.97 -
YUV 55.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 142 6 84 0 0.96 0.41 0.44 325.59 0.92 0.29
Hex 8E 6 54 0 60 29 2C 146 5C 1D
Octal 216 6 124 0 140 51 54 506 134 35
Binary 10001110 110 1010100 0 1100000 101001 101100 101000110 1011100 11101

Color Harmonies of #8E0654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0654

Black with #8E0654

Text Example


Text Example

White with #8E0654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,84); }

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

background-color css

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

 a { background-color: rgb(142,6,84); }

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

border-color css

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

 span { border-color: rgb(142,6,84); }

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