Html Css Color HEX #8E0969 Eggplant

📋 copy color: '#8E0969'

red 142 ◦ green 9 ◦ blue 105

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

Shades of Eggplant #8E0969

Tints of Eggplant #8E0969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 55.47%
G = 3.52%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8E0969 (or 0x8E0969) is known color: Eggplant. HEX triplet: 8E, 09 and 69. RGB value is (142,9,105). Sum of RGB (Red+Green+Blue) = 142+9+105=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0969 is #71F696. Grayscale: #3B3B3B. Windows color (decimal): -7468695 or 6883726. OLE color: 6883726.

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

Color convert

RGB 142 9 105 -
CMYK 0 0.94 0.26 0.44
HSL 316.69º 0.88% 0.3% -
HSV(B) 316.69º 0.94% 0.56% -
XYZ 13.8 6.97 13.98 -
YUV 59.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 142 9 105 0 0.94 0.26 0.44 316.69 0.88 0.3
Hex 8E 9 69 0 5E 1A 2C 13D 58 1E
Octal 216 11 151 0 136 32 54 475 130 36
Binary 10001110 1001 1101001 0 1011110 11010 101100 100111101 1011000 11110

Color Harmonies of #8E0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0969

Black with #8E0969

Text Example


Text Example

White with #8E0969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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