Html Css Color HEX #8D1059 Eggplant

📋 copy color: '#8D1059'

red 141 ◦ green 16 ◦ blue 89

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

Shades of Eggplant #8D1059

Tints of Eggplant #8D1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 57.32%
G = 6.5%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D1059 (or 0x8D1059) is known color: Eggplant. HEX triplet: 8D, 10 and 59. RGB value is (141,16,89). Sum of RGB (Red+Green+Blue) = 141+16+89=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1059 is #72EFA6. Grayscale: #3D3D3D. Windows color (decimal): -7532455 or 5836941. OLE color: 5836941.

HSL color Cylindrical-coordinate representation of color #8D1059: hue angle of 324.96º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1059 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 16 89 -
CMYK 0 0.89 0.37 0.45
HSL 324.96º 0.8% 0.31% -
HSV(B) 324.96º 0.89% 0.55% -
XYZ 12.97 6.75 10.07 -
YUV 61.7 143.41 184.56 -
System Red Green Blue C M Y K H S L
Decimal 141 16 89 0 0.89 0.37 0.45 324.96 0.8 0.31
Hex 8D 10 59 0 59 25 2D 145 50 1F
Octal 215 20 131 0 131 45 55 505 120 37
Binary 10001101 10000 1011001 0 1011001 100101 101101 101000101 1010000 11111

Color Harmonies of #8D1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1059

Black with #8D1059

Text Example


Text Example

White with #8D1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,16,89); }

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

background-color css

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

 a { background-color: rgb(141,16,89); }

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

border-color css

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

 span { border-color: rgb(141,16,89); }

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