Html Css Color HEX #8E0655 Eggplant

📋 copy color: '#8E0655'

red 142 ◦ green 6 ◦ blue 85

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

Shades of Eggplant #8E0655

Tints of Eggplant #8E0655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 60.94%
G = 2.58%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E0655 (or 0x8E0655) is known color: Eggplant. HEX triplet: 8E, 06 and 55. RGB value is (142,6,85). Sum of RGB (Red+Green+Blue) = 142+6+85=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0655 is #71F9AA. Grayscale: #373737. Windows color (decimal): -7469483 or 5572238. OLE color: 5572238.

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

Color convert

RGB 142 6 85 -
CMYK 0 0.96 0.40 0.44
HSL 325.15º 0.92% 0.29% -
HSV(B) 325.15º 0.96% 0.56% -
XYZ 12.86 6.54 9.18 -
YUV 55.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 142 6 85 0 0.96 0.40 0.44 325.15 0.92 0.29
Hex 8E 6 55 0 60 28 2C 145 5C 1D
Octal 216 6 125 0 140 50 54 505 134 35
Binary 10001110 110 1010101 0 1100000 101000 101100 101000101 1011100 11101

Color Harmonies of #8E0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0655

Black with #8E0655

Text Example


Text Example

White with #8E0655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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