Html Css Color HEX #8D036A Eggplant

📋 copy color: '#8D036A'

red 141 ◦ green 3 ◦ blue 106

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

Shades of Eggplant #8D036A

Tints of Eggplant #8D036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 56.4%
G = 1.2%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D036A (or 0x8D036A) is known color: Eggplant. HEX triplet: 8D, 03 and 6A. RGB value is (141,3,106). Sum of RGB (Red+Green+Blue) = 141+3+106=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D036A is #72FC95. Grayscale: #373737. Windows color (decimal): -7535766 or 6947725. OLE color: 6947725.

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

Color convert

RGB 141 3 106 -
CMYK 0 0.98 0.25 0.45
HSL 315.22º 0.96% 0.28% -
HSV(B) 315.22º 0.98% 0.55% -
XYZ 13.62 6.77 14.22 -
YUV 56 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 141 3 106 0 0.98 0.25 0.45 315.22 0.96 0.28
Hex 8D 3 6A 0 62 19 2D 13B 60 1C
Octal 215 3 152 0 142 31 55 473 140 34
Binary 10001101 11 1101010 0 1100010 11001 101101 100111011 1100000 11100

Color Harmonies of #8D036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D036A

Black with #8D036A

Text Example


Text Example

White with #8D036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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