Html Css Color HEX #8D046D Eggplant

📋 copy color: '#8D046D'

red 141 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #8D046D

Tints of Eggplant #8D046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 55.51%
G = 1.57%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D046D (or 0x8D046D) is known color: Eggplant. HEX triplet: 8D, 04 and 6D. RGB value is (141,4,109). Sum of RGB (Red+Green+Blue) = 141+4+109=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D046D is #72FB92. Grayscale: #383838. Windows color (decimal): -7535507 or 7144589. OLE color: 7144589.

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

Color convert

RGB 141 4 109 -
CMYK 0 0.97 0.23 0.45
HSL 314.01º 0.94% 0.28% -
HSV(B) 314.01º 0.97% 0.55% -
XYZ 13.79 6.85 15.06 -
YUV 56.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 141 4 109 0 0.97 0.23 0.45 314.01 0.94 0.28
Hex 8D 4 6D 0 61 17 2D 13A 5E 1C
Octal 215 4 155 0 141 27 55 472 136 34
Binary 10001101 100 1101101 0 1100001 10111 101101 100111010 1011110 11100

Color Harmonies of #8D046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D046D

Black with #8D046D

Text Example


Text Example

White with #8D046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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