Html Css Color HEX #8D045D Eggplant

📋 copy color: '#8D045D'

red 141 ◦ green 4 ◦ blue 93

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

Shades of Eggplant #8D045D

Tints of Eggplant #8D045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 59.24%
G = 1.68%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D045D (or 0x8D045D) is known color: Eggplant. HEX triplet: 8D, 04 and 5D. RGB value is (141,4,93). Sum of RGB (Red+Green+Blue) = 141+4+93=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045D is #72FBA2. Grayscale: #363636. Windows color (decimal): -7535523 or 6096013. OLE color: 6096013.

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

Color convert

RGB 141 4 93 -
CMYK 0 0.97 0.34 0.45
HSL 321.02º 0.94% 0.28% -
HSV(B) 321.02º 0.97% 0.55% -
XYZ 13 6.54 10.93 -
YUV 55.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 141 4 93 0 0.97 0.34 0.45 321.02 0.94 0.28
Hex 8D 4 5D 0 61 22 2D 141 5E 1C
Octal 215 4 135 0 141 42 55 501 136 34
Binary 10001101 100 1011101 0 1100001 100010 101101 101000001 1011110 11100

Color Harmonies of #8D045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D045D

Black with #8D045D

Text Example


Text Example

White with #8D045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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