Html Css Color HEX #8D026D Eggplant

📋 copy color: '#8D026D'

red 141 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #8D026D

Tints of Eggplant #8D026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 55.95%
G = 0.79%
B = 43.25%

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

#8D026D (or 0x8D026D) is known color: Eggplant. HEX triplet: 8D, 02 and 6D. RGB value is (141,2,109). Sum of RGB (Red+Green+Blue) = 141+2+109=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D026D is #72FD92. Grayscale: #373737. Windows color (decimal): -7536019 or 7144077. OLE color: 7144077.

HSL color Cylindrical-coordinate representation of color #8D026D: hue angle of 313.81º 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 #8D026D is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 109 -
CMYK 0 0.99 0.23 0.45
HSL 313.81º 0.97% 0.28% -
HSV(B) 313.81º 0.99% 0.55% -
XYZ 13.77 6.81 15.06 -
YUV 55.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 141 2 109 0 0.99 0.23 0.45 313.81 0.97 0.28
Hex 8D 2 6D 0 63 17 2D 13A 61 1C
Octal 215 2 155 0 143 27 55 472 141 34
Binary 10001101 10 1101101 0 1100011 10111 101101 100111010 1100001 11100

Color Harmonies of #8D026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D026D

Black with #8D026D

Text Example


Text Example

White with #8D026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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