Html Css Color HEX #8D004D Eggplant

📋 copy color: '#8D004D'

red 141 ◦ green 0 ◦ blue 77

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

Shades of Eggplant #8D004D

Tints of Eggplant #8D004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.68%
G = 0%
B = 35.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D004D (or 0x8D004D) is known color: Eggplant. HEX triplet: 8D, 00 and 4D. RGB value is (141,0,77). Sum of RGB (Red+Green+Blue) = 141+0+77=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D004D is #72FFB2. Grayscale: #323232. Windows color (decimal): -7536563 or 5046413. OLE color: 5046413.

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

Color convert

RGB 141 0 77 -
CMYK 0 1 0.45 0.45
HSL 327.23º 1% 0.28% -
HSV(B) 327.23º 1% 0.55% -
XYZ 12.32 6.2 7.57 -
YUV 50.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 141 0 77 0 1 0.45 0.45 327.23 1 0.28
Hex 8D 0 4D 0 64 2D 2D 147 64 1C
Octal 215 0 115 0 144 55 55 507 144 34
Binary 10001101 0 1001101 0 1100100 101101 101101 101000111 1100100 11100

Color Harmonies of #8D004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D004D

Black with #8D004D

Text Example


Text Example

White with #8D004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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