Html Css Color HEX #8D076E Eggplant

📋 copy color: '#8D076E'

red 141 ◦ green 7 ◦ blue 110

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

Shades of Eggplant #8D076E

Tints of Eggplant #8D076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 54.65%
G = 2.71%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D076E (or 0x8D076E) is known color: Eggplant. HEX triplet: 8D, 07 and 6E. RGB value is (141,7,110). Sum of RGB (Red+Green+Blue) = 141+7+110=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D076E is #72F891. Grayscale: #3A3A3A. Windows color (decimal): -7534738 or 7210893. OLE color: 7210893.

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

Color convert

RGB 141 7 110 -
CMYK 0 0.95 0.22 0.45
HSL 313.88º 0.91% 0.29% -
HSV(B) 313.88º 0.95% 0.55% -
XYZ 13.87 6.94 15.36 -
YUV 58.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 141 7 110 0 0.95 0.22 0.45 313.88 0.91 0.29
Hex 8D 7 6E 0 5F 16 2D 13A 5B 1D
Octal 215 7 156 0 137 26 55 472 133 35
Binary 10001101 111 1101110 0 1011111 10110 101101 100111010 1011011 11101

Color Harmonies of #8D076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D076E

Black with #8D076E

Text Example


Text Example

White with #8D076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,110); }

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

background-color css

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

 a { background-color: rgb(141,7,110); }

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

border-color css

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

 span { border-color: rgb(141,7,110); }

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