Html Css Color HEX #8D056D Eggplant

📋 copy color: '#8D056D'

red 141 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #8D056D

Tints of Eggplant #8D056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 55.29%
G = 1.96%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D056D (or 0x8D056D) is known color: Eggplant. HEX triplet: 8D, 05 and 6D. RGB value is (141,5,109). Sum of RGB (Red+Green+Blue) = 141+5+109=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D056D is #72FA92. Grayscale: #393939. Windows color (decimal): -7535251 or 7144845. OLE color: 7144845.

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

Color convert

RGB 141 5 109 -
CMYK 0 0.96 0.23 0.45
HSL 314.12º 0.93% 0.29% -
HSV(B) 314.12º 0.96% 0.55% -
XYZ 13.8 6.88 15.07 -
YUV 57.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 141 5 109 0 0.96 0.23 0.45 314.12 0.93 0.29
Hex 8D 5 6D 0 60 17 2D 13A 5D 1D
Octal 215 5 155 0 140 27 55 472 135 35
Binary 10001101 101 1101101 0 1100000 10111 101101 100111010 1011101 11101

Color Harmonies of #8D056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D056D

Black with #8D056D

Text Example


Text Example

White with #8D056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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