Html Css Color HEX #8C0E69 Eggplant

📋 copy color: '#8C0E69'

red 140 ◦ green 14 ◦ blue 105

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

Shades of Eggplant #8C0E69

Tints of Eggplant #8C0E69

RGB

 RED value IS 140 (55.08% from 255) = 54.05%

 GREEN value IS 14 (5.86% from 255) = 5.41%

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

R = 54.05%
G = 5.41%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C0E69 (or 0x8C0E69) is known color: Eggplant. HEX triplet: 8C, 0E and 69. RGB value is (140,14,105). Sum of RGB (Red+Green+Blue) = 140+14+105=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0E69 is #73F196. Grayscale: #3D3D3D. Windows color (decimal): -7598487 or 6885004. OLE color: 6885004.

HSL color Cylindrical-coordinate representation of color #8C0E69: hue angle of 316.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E69 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 14 105 -
CMYK 0 0.90 0.25 0.45
HSL 316.67º 0.82% 0.3% -
HSV(B) 316.67º 0.9% 0.55% -
XYZ 13.52 6.91 13.99 -
YUV 62.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 140 14 105 0 0.90 0.25 0.45 316.67 0.82 0.3
Hex 8C E 69 0 5A 19 2D 13D 52 1E
Octal 214 16 151 0 132 31 55 475 122 36
Binary 10001100 1110 1101001 0 1011010 11001 101101 100111101 1010010 11110

Color Harmonies of #8C0E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E69

Black with #8C0E69

Text Example


Text Example

White with #8C0E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,105); }

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

background-color css

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

 a { background-color: rgb(140,14,105); }

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

border-color css

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

 span { border-color: rgb(140,14,105); }

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