Html Css Color HEX #8E0C69 Eggplant

📋 copy color: '#8E0C69'

red 142 ◦ green 12 ◦ blue 105

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

Shades of Eggplant #8E0C69

Tints of Eggplant #8E0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.63%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 54.83%
G = 4.63%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8E0C69 (or 0x8E0C69) is known color: Eggplant. HEX triplet: 8E, 0C and 69. RGB value is (142,12,105). Sum of RGB (Red+Green+Blue) = 142+12+105=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C69 is #71F396. Grayscale: #3D3D3D. Windows color (decimal): -7467927 or 6884494. OLE color: 6884494.

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

Color convert

RGB 142 12 105 -
CMYK 0 0.92 0.26 0.44
HSL 317.08º 0.84% 0.3% -
HSV(B) 317.08º 0.92% 0.56% -
XYZ 13.84 7.03 13.99 -
YUV 61.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 142 12 105 0 0.92 0.26 0.44 317.08 0.84 0.3
Hex 8E C 69 0 5C 1A 2C 13D 54 1E
Octal 216 14 151 0 134 32 54 475 124 36
Binary 10001110 1100 1101001 0 1011100 11010 101100 100111101 1010100 11110

Color Harmonies of #8E0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C69

Black with #8E0C69

Text Example


Text Example

White with #8E0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,105); }

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

background-color css

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

 a { background-color: rgb(142,12,105); }

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

border-color css

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

 span { border-color: rgb(142,12,105); }

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