Html Css Color HEX #8D086E Eggplant

📋 copy color: '#8D086E'

red 141 ◦ green 8 ◦ blue 110

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

Shades of Eggplant #8D086E

Tints of Eggplant #8D086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 110 (43.36% from 255) = 42.47%

R = 54.44%
G = 3.09%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D086E (or 0x8D086E) is known color: Eggplant. HEX triplet: 8D, 08 and 6E. RGB value is (141,8,110). Sum of RGB (Red+Green+Blue) = 141+8+110=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D086E is #72F791. Grayscale: #3B3B3B. Windows color (decimal): -7534482 or 7211149. OLE color: 7211149.

HSL color Cylindrical-coordinate representation of color #8D086E: hue angle of 313.98º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D086E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 8 110 -
CMYK 0 0.94 0.22 0.45
HSL 313.99º 0.89% 0.29% -
HSV(B) 313.99º 0.94% 0.55% -
XYZ 13.89 6.96 15.36 -
YUV 59.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 141 8 110 0 0.94 0.22 0.45 313.99 0.89 0.29
Hex 8D 8 6E 0 5E 16 2D 13A 59 1D
Octal 215 10 156 0 136 26 55 472 131 35
Binary 10001101 1000 1101110 0 1011110 10110 101101 100111010 1011001 11101

Color Harmonies of #8D086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D086E

Black with #8D086E

Text Example


Text Example

White with #8D086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,110); }

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

background-color css

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

 a { background-color: rgb(141,8,110); }

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

border-color css

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

 span { border-color: rgb(141,8,110); }

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