Html Css Color HEX #8D026C Eggplant

📋 copy color: '#8D026C'

red 141 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #8D026C

Tints of Eggplant #8D026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 56.18%
G = 0.8%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D026C (or 0x8D026C) is known color: Eggplant. HEX triplet: 8D, 02 and 6C. RGB value is (141,2,108). Sum of RGB (Red+Green+Blue) = 141+2+108=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D026C is #72FD93. Grayscale: #373737. Windows color (decimal): -7536020 or 7078541. OLE color: 7078541.

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

Color convert

RGB 141 2 108 -
CMYK 0 0.99 0.23 0.45
HSL 314.24º 0.97% 0.28% -
HSV(B) 314.24º 0.99% 0.55% -
XYZ 13.71 6.79 14.77 -
YUV 55.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 141 2 108 0 0.99 0.23 0.45 314.24 0.97 0.28
Hex 8D 2 6C 0 63 17 2D 13A 61 1C
Octal 215 2 154 0 143 27 55 472 141 34
Binary 10001101 10 1101100 0 1100011 10111 101101 100111010 1100001 11100

Color Harmonies of #8D026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D026C

Black with #8D026C

Text Example


Text Example

White with #8D026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,108); }

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

background-color css

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

 a { background-color: rgb(141,2,108); }

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

border-color css

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

 span { border-color: rgb(141,2,108); }

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