Html Css Color HEX #8D045E Eggplant

📋 copy color: '#8D045E'

red 141 ◦ green 4 ◦ blue 94

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

Shades of Eggplant #8D045E

Tints of Eggplant #8D045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 59%
G = 1.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D045E (or 0x8D045E) is known color: Eggplant. HEX triplet: 8D, 04 and 5E. RGB value is (141,4,94). Sum of RGB (Red+Green+Blue) = 141+4+94=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045E is #72FBA1. Grayscale: #373737. Windows color (decimal): -7535522 or 6161549. OLE color: 6161549.

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

Color convert

RGB 141 4 94 -
CMYK 0 0.97 0.33 0.45
HSL 320.58º 0.94% 0.28% -
HSV(B) 320.58º 0.97% 0.55% -
XYZ 13.05 6.56 11.17 -
YUV 55.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 141 4 94 0 0.97 0.33 0.45 320.58 0.94 0.28
Hex 8D 4 5E 0 61 21 2D 141 5E 1C
Octal 215 4 136 0 141 41 55 501 136 34
Binary 10001101 100 1011110 0 1100001 100001 101101 101000001 1011110 11100

Color Harmonies of #8D045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D045E

Black with #8D045E

Text Example


Text Example

White with #8D045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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