Html Css Color HEX #8C044C Eggplant

📋 copy color: '#8C044C'

red 140 ◦ green 4 ◦ blue 76

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

Shades of Eggplant #8C044C

Tints of Eggplant #8C044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 63.64%
G = 1.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C044C (or 0x8C044C) is known color: Eggplant. HEX triplet: 8C, 04 and 4C. RGB value is (140,4,76). Sum of RGB (Red+Green+Blue) = 140+4+76=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C044C is #73FBB3. Grayscale: #343434. Windows color (decimal): -7601076 or 4981900. OLE color: 4981900.

HSL color Cylindrical-coordinate representation of color #8C044C: hue angle of 328.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C044C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 4 76 -
CMYK 0 0.97 0.46 0.45
HSL 328.24º 0.94% 0.28% -
HSV(B) 328.24º 0.97% 0.55% -
XYZ 12.16 6.18 7.39 -
YUV 52.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 140 4 76 0 0.97 0.46 0.45 328.24 0.94 0.28
Hex 8C 4 4C 0 61 2E 2D 148 5E 1C
Octal 214 4 114 0 141 56 55 510 136 34
Binary 10001100 100 1001100 0 1100001 101110 101101 101001000 1011110 11100

Color Harmonies of #8C044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C044C

Black with #8C044C

Text Example


Text Example

White with #8C044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,76); }

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

background-color css

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

 a { background-color: rgb(140,4,76); }

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

border-color css

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

 span { border-color: rgb(140,4,76); }

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