Html Css Color HEX #8D0371 Eggplant

📋 copy color: '#8D0371'

red 141 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #8D0371

Tints of Eggplant #8D0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 54.86%
G = 1.17%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D0371 (or 0x8D0371) is known color: Eggplant. HEX triplet: 8D, 03 and 71. RGB value is (141,3,113). Sum of RGB (Red+Green+Blue) = 141+3+113=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0371 is #72FC8E. Grayscale: #383838. Windows color (decimal): -7535759 or 7406477. OLE color: 7406477.

HSL color Cylindrical-coordinate representation of color #8D0371: hue angle of 312.17º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0371 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 3 113 -
CMYK 0 0.98 0.20 0.45
HSL 312.17º 0.96% 0.28% -
HSV(B) 312.17º 0.98% 0.55% -
XYZ 14 6.92 16.22 -
YUV 56.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 141 3 113 0 0.98 0.20 0.45 312.17 0.96 0.28
Hex 8D 3 71 0 62 14 2D 138 60 1C
Octal 215 3 161 0 142 24 55 470 140 34
Binary 10001101 11 1110001 0 1100010 10100 101101 100111000 1100000 11100

Color Harmonies of #8D0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0371

Black with #8D0371

Text Example


Text Example

White with #8D0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,3,113); }

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

background-color css

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

 a { background-color: rgb(141,3,113); }

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

border-color css

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

 span { border-color: rgb(141,3,113); }

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