Html Css Color HEX #8D0D59 Eggplant

📋 copy color: '#8D0D59'

red 141 ◦ green 13 ◦ blue 89

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

Shades of Eggplant #8D0D59

Tints of Eggplant #8D0D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

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

R = 58.02%
G = 5.35%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D0D59 (or 0x8D0D59) is known color: Eggplant. HEX triplet: 8D, 0D and 59. RGB value is (141,13,89). Sum of RGB (Red+Green+Blue) = 141+13+89=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D59 is #72F2A6. Grayscale: #3B3B3B. Windows color (decimal): -7533223 or 5836173. OLE color: 5836173.

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

Color convert

RGB 141 13 89 -
CMYK 0 0.91 0.37 0.45
HSL 324.38º 0.83% 0.3% -
HSV(B) 324.38º 0.91% 0.55% -
XYZ 12.93 6.67 10.06 -
YUV 59.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 141 13 89 0 0.91 0.37 0.45 324.38 0.83 0.3
Hex 8D D 59 0 5B 25 2D 144 53 1E
Octal 215 15 131 0 133 45 55 504 123 36
Binary 10001101 1101 1011001 0 1011011 100101 101101 101000100 1010011 11110

Color Harmonies of #8D0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0D59

Black with #8D0D59

Text Example


Text Example

White with #8D0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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