Html Css Color HEX #8C056E Eggplant

📋 copy color: '#8C056E'

red 140 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #8C056E

Tints of Eggplant #8C056E

RGB

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

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

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

R = 54.9%
G = 1.96%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C056E (or 0x8C056E) is known color: Eggplant. HEX triplet: 8C, 05 and 6E. RGB value is (140,5,110). Sum of RGB (Red+Green+Blue) = 140+5+110=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C056E is #73FA91. Grayscale: #393939. Windows color (decimal): -7600786 or 7210380. OLE color: 7210380.

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

Color convert

RGB 140 5 110 -
CMYK 0 0.96 0.21 0.45
HSL 313.33º 0.93% 0.28% -
HSV(B) 313.33º 0.96% 0.55% -
XYZ 13.68 6.81 15.35 -
YUV 57.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 140 5 110 0 0.96 0.21 0.45 313.33 0.93 0.28
Hex 8C 5 6E 0 60 15 2D 139 5D 1C
Octal 214 5 156 0 140 25 55 471 135 34
Binary 10001100 101 1101110 0 1100000 10101 101101 100111001 1011101 11100

Color Harmonies of #8C056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C056E

Black with #8C056E

Text Example


Text Example

White with #8C056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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