Html Css Color HEX #8D044D Eggplant

📋 copy color: '#8D044D'

red 141 ◦ green 4 ◦ blue 77

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

Shades of Eggplant #8D044D

Tints of Eggplant #8D044D

RGB

 RED value IS 141 (55.47% from 255) = 63.51%

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 63.51%
G = 1.8%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D044D (or 0x8D044D) is known color: Eggplant. HEX triplet: 8D, 04 and 4D. RGB value is (141,4,77). Sum of RGB (Red+Green+Blue) = 141+4+77=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D044D is #72FBB2. Grayscale: #353535. Windows color (decimal): -7535539 or 5047437. OLE color: 5047437.

HSL color Cylindrical-coordinate representation of color #8D044D: hue angle of 328.03º 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 #8D044D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 4 77 -
CMYK 0 0.97 0.45 0.45
HSL 328.03º 0.94% 0.28% -
HSV(B) 328.03º 0.97% 0.55% -
XYZ 12.37 6.29 7.58 -
YUV 53.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 141 4 77 0 0.97 0.45 0.45 328.03 0.94 0.28
Hex 8D 4 4D 0 61 2D 2D 148 5E 1C
Octal 215 4 115 0 141 55 55 510 136 34
Binary 10001101 100 1001101 0 1100001 101101 101101 101001000 1011110 11100

Color Harmonies of #8D044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D044D

Black with #8D044D

Text Example


Text Example

White with #8D044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,77); }

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

background-color css

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

 a { background-color: rgb(141,4,77); }

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

border-color css

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

 span { border-color: rgb(141,4,77); }

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