Html Css Color HEX #8C076C Eggplant

📋 copy color: '#8C076C'

red 140 ◦ green 7 ◦ blue 108

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

Shades of Eggplant #8C076C

Tints of Eggplant #8C076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 54.9%
G = 2.75%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C076C (or 0x8C076C) is known color: Eggplant. HEX triplet: 8C, 07 and 6C. RGB value is (140,7,108). Sum of RGB (Red+Green+Blue) = 140+7+108=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C076C is #73F893. Grayscale: #3A3A3A. Windows color (decimal): -7600276 or 7079820. OLE color: 7079820.

HSL color Cylindrical-coordinate representation of color #8C076C: hue angle of 314.44º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C076C is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 108 -
CMYK 0 0.95 0.23 0.45
HSL 314.44º 0.9% 0.29% -
HSV(B) 314.44º 0.95% 0.55% -
XYZ 13.6 6.81 14.79 -
YUV 58.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 140 7 108 0 0.95 0.23 0.45 314.44 0.9 0.29
Hex 8C 7 6C 0 5F 17 2D 13A 5A 1D
Octal 214 7 154 0 137 27 55 472 132 35
Binary 10001100 111 1101100 0 1011111 10111 101101 100111010 1011010 11101

Color Harmonies of #8C076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C076C

Black with #8C076C

Text Example


Text Example

White with #8C076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,108); }

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

background-color css

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

 a { background-color: rgb(140,7,108); }

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

border-color css

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

 span { border-color: rgb(140,7,108); }

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