Html Css Color HEX #8D0872 Eggplant

📋 copy color: '#8D0872'

red 141 ◦ green 8 ◦ blue 114

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

Shades of Eggplant #8D0872

Tints of Eggplant #8D0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 53.61%
G = 3.04%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D0872 (or 0x8D0872) is known color: Eggplant. HEX triplet: 8D, 08 and 72. RGB value is (141,8,114). Sum of RGB (Red+Green+Blue) = 141+8+114=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0872 is #72F78D. Grayscale: #3B3B3B. Windows color (decimal): -7534478 or 7473293. OLE color: 7473293.

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

Color convert

RGB 141 8 114 -
CMYK 0 0.94 0.19 0.45
HSL 312.18º 0.89% 0.29% -
HSV(B) 312.18º 0.94% 0.55% -
XYZ 14.11 7.05 16.54 -
YUV 59.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 141 8 114 0 0.94 0.19 0.45 312.18 0.89 0.29
Hex 8D 8 72 0 5E 13 2D 138 59 1D
Octal 215 10 162 0 136 23 55 470 131 35
Binary 10001101 1000 1110010 0 1011110 10011 101101 100111000 1011001 11101

Color Harmonies of #8D0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0872

Black with #8D0872

Text Example


Text Example

White with #8D0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,114); }

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

background-color css

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

 a { background-color: rgb(141,8,114); }

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

border-color css

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

 span { border-color: rgb(141,8,114); }

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