Html Css Color HEX #8D006A Eggplant

📋 copy color: '#8D006A'

red 141 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #8D006A

Tints of Eggplant #8D006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 57.09%
G = 0%
B = 42.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D006A (or 0x8D006A) is known color: Eggplant. HEX triplet: 8D, 00 and 6A. RGB value is (141,0,106). Sum of RGB (Red+Green+Blue) = 141+0+106=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D006A is #72FF95. Grayscale: #353535. Windows color (decimal): -7536534 or 6946957. OLE color: 6946957.

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

Color convert

RGB 141 0 106 -
CMYK 0 1 0.25 0.45
HSL 314.89º 1% 0.28% -
HSV(B) 314.89º 1% 0.55% -
XYZ 13.59 6.7 14.21 -
YUV 54.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 141 0 106 0 1 0.25 0.45 314.89 1 0.28
Hex 8D 0 6A 0 64 19 2D 13B 64 1C
Octal 215 0 152 0 144 31 55 473 144 34
Binary 10001101 0 1101010 0 1100100 11001 101101 100111011 1100100 11100

Color Harmonies of #8D006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D006A

Black with #8D006A

Text Example


Text Example

White with #8D006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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