Html Css Color HEX #8D016D Eggplant

📋 copy color: '#8D016D'

red 141 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #8D016D

Tints of Eggplant #8D016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 56.18%
G = 0.4%
B = 43.43%

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

#8D016D (or 0x8D016D) is known color: Eggplant. HEX triplet: 8D, 01 and 6D. RGB value is (141,1,109). Sum of RGB (Red+Green+Blue) = 141+1+109=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D016D is #72FE92. Grayscale: #363636. Windows color (decimal): -7536275 or 7143821. OLE color: 7143821.

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

Color convert

RGB 141 1 109 -
CMYK 0 0.99 0.23 0.45
HSL 313.71º 0.99% 0.28% -
HSV(B) 313.71º 0.99% 0.55% -
XYZ 13.76 6.79 15.05 -
YUV 55.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 141 1 109 0 0.99 0.23 0.45 313.71 0.99 0.28
Hex 8D 1 6D 0 63 17 2D 13A 63 1C
Octal 215 1 155 0 143 27 55 472 143 34
Binary 10001101 1 1101101 0 1100011 10111 101101 100111010 1100011 11100

Color Harmonies of #8D016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D016D

Black with #8D016D

Text Example


Text Example

White with #8D016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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