Html Css Color HEX #8D004C Eggplant

📋 copy color: '#8D004C'

red 141 ◦ green 0 ◦ blue 76

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

Shades of Eggplant #8D004C

Tints of Eggplant #8D004C

RGB

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

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

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

R = 64.98%
G = 0%
B = 35.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D004C (or 0x8D004C) is known color: Eggplant. HEX triplet: 8D, 00 and 4C. RGB value is (141,0,76). Sum of RGB (Red+Green+Blue) = 141+0+76=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D004C is #72FFB3. Grayscale: #323232. Windows color (decimal): -7536564 or 4980877. OLE color: 4980877.

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

Color convert

RGB 141 0 76 -
CMYK 0 1 0.46 0.45
HSL 327.66º 1% 0.28% -
HSV(B) 327.66º 1% 0.55% -
XYZ 12.29 6.18 7.38 -
YUV 50.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 141 0 76 0 1 0.46 0.45 327.66 1 0.28
Hex 8D 0 4C 0 64 2E 2D 148 64 1C
Octal 215 0 114 0 144 56 55 510 144 34
Binary 10001101 0 1001100 0 1100100 101110 101101 101001000 1100100 11100

Color Harmonies of #8D004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D004C

Black with #8D004C

Text Example


Text Example

White with #8D004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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