Html Css Color HEX #8D055A Eggplant

📋 copy color: '#8D055A'

red 141 ◦ green 5 ◦ blue 90

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

Shades of Eggplant #8D055A

Tints of Eggplant #8D055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 59.75%
G = 2.12%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D055A (or 0x8D055A) is known color: Eggplant. HEX triplet: 8D, 05 and 5A. RGB value is (141,5,90). Sum of RGB (Red+Green+Blue) = 141+5+90=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D055A is #72FAA5. Grayscale: #373737. Windows color (decimal): -7535270 or 5899661. OLE color: 5899661.

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

Color convert

RGB 141 5 90 -
CMYK 0 0.96 0.36 0.45
HSL 322.5º 0.93% 0.29% -
HSV(B) 322.5º 0.96% 0.55% -
XYZ 12.88 6.51 10.25 -
YUV 55.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 141 5 90 0 0.96 0.36 0.45 322.5 0.93 0.29
Hex 8D 5 5A 0 60 24 2D 142 5D 1D
Octal 215 5 132 0 140 44 55 502 135 35
Binary 10001101 101 1011010 0 1100000 100100 101101 101000010 1011101 11101

Color Harmonies of #8D055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D055A

Black with #8D055A

Text Example


Text Example

White with #8D055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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