Html Css Color HEX #8D006D Eggplant

📋 copy color: '#8D006D'

red 141 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #8D006D

Tints of Eggplant #8D006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.4%
G = 0%
B = 43.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D006D (or 0x8D006D) is known color: Eggplant. HEX triplet: 8D, 00 and 6D. RGB value is (141,0,109). Sum of RGB (Red+Green+Blue) = 141+0+109=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D006D is #72FF92. Grayscale: #363636. Windows color (decimal): -7536531 or 7143565. OLE color: 7143565.

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

Color convert

RGB 141 0 109 -
CMYK 0 1 0.23 0.45
HSL 313.62º 1% 0.28% -
HSV(B) 313.62º 1% 0.55% -
XYZ 13.74 6.77 15.05 -
YUV 54.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 141 0 109 0 1 0.23 0.45 313.62 1 0.28
Hex 8D 0 6D 0 64 17 2D 13A 64 1C
Octal 215 0 155 0 144 27 55 472 144 34
Binary 10001101 0 1101101 0 1100100 10111 101101 100111010 1100100 11100

Color Harmonies of #8D006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D006D

Black with #8D006D

Text Example


Text Example

White with #8D006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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