Html Css Color HEX #8D056E Eggplant

📋 copy color: '#8D056E'

red 141 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #8D056E

Tints of Eggplant #8D056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 55.08%
G = 1.95%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D056E (or 0x8D056E) is known color: Eggplant. HEX triplet: 8D, 05 and 6E. RGB value is (141,5,110). Sum of RGB (Red+Green+Blue) = 141+5+110=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D056E is #72FA91. Grayscale: #393939. Windows color (decimal): -7535250 or 7210381. OLE color: 7210381.

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

Color convert

RGB 141 5 110 -
CMYK 0 0.96 0.22 0.45
HSL 313.68º 0.93% 0.29% -
HSV(B) 313.68º 0.96% 0.55% -
XYZ 13.85 6.9 15.35 -
YUV 57.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 141 5 110 0 0.96 0.22 0.45 313.68 0.93 0.29
Hex 8D 5 6E 0 60 16 2D 13A 5D 1D
Octal 215 5 156 0 140 26 55 472 135 35
Binary 10001101 101 1101110 0 1100000 10110 101101 100111010 1011101 11101

Color Harmonies of #8D056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D056E

Black with #8D056E

Text Example


Text Example

White with #8D056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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