Html Css Color HEX #8C086D Eggplant

📋 copy color: '#8C086D'

red 140 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #8C086D

Tints of Eggplant #8C086D

RGB

 RED value IS 140 (55.08% from 255) = 54.47%

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

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

R = 54.47%
G = 3.11%
B = 42.41%

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

#8C086D (or 0x8C086D) is known color: Eggplant. HEX triplet: 8C, 08 and 6D. RGB value is (140,8,109). Sum of RGB (Red+Green+Blue) = 140+8+109=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C086D is #73F792. Grayscale: #3A3A3A. Windows color (decimal): -7600019 or 7145612. OLE color: 7145612.

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

Color convert

RGB 140 8 109 -
CMYK 0 0.94 0.22 0.45
HSL 314.09º 0.89% 0.29% -
HSV(B) 314.09º 0.94% 0.55% -
XYZ 13.66 6.85 15.07 -
YUV 58.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 140 8 109 0 0.94 0.22 0.45 314.09 0.89 0.29
Hex 8C 8 6D 0 5E 16 2D 13A 59 1D
Octal 214 10 155 0 136 26 55 472 131 35
Binary 10001100 1000 1101101 0 1011110 10110 101101 100111010 1011001 11101

Color Harmonies of #8C086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C086D

Black with #8C086D

Text Example


Text Example

White with #8C086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,109); }

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

background-color css

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

 a { background-color: rgb(140,8,109); }

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

border-color css

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

 span { border-color: rgb(140,8,109); }

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