Html Css Color HEX #8C056D Eggplant

📋 copy color: '#8C056D'

red 140 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #8C056D

Tints of Eggplant #8C056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 55.12%
G = 1.97%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C056D (or 0x8C056D) is known color: Eggplant. HEX triplet: 8C, 05 and 6D. RGB value is (140,5,109). Sum of RGB (Red+Green+Blue) = 140+5+109=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C056D is #73FA92. Grayscale: #383838. Windows color (decimal): -7600787 or 7144844. OLE color: 7144844.

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

Color convert

RGB 140 5 109 -
CMYK 0 0.96 0.22 0.45
HSL 313.78º 0.93% 0.28% -
HSV(B) 313.78º 0.96% 0.55% -
XYZ 13.63 6.79 15.06 -
YUV 57.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 140 5 109 0 0.96 0.22 0.45 313.78 0.93 0.28
Hex 8C 5 6D 0 60 16 2D 13A 5D 1C
Octal 214 5 155 0 140 26 55 472 135 34
Binary 10001100 101 1101101 0 1100000 10110 101101 100111010 1011101 11100

Color Harmonies of #8C056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C056D

Black with #8C056D

Text Example


Text Example

White with #8C056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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