Html Css Color HEX #8C1764 Eggplant

📋 copy color: '#8C1764'

red 140 ◦ green 23 ◦ blue 100

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

Shades of Eggplant #8C1764

Tints of Eggplant #8C1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 100 (39.45% from 255) = 38.02%

R = 53.23%
G = 8.75%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C1764 (or 0x8C1764) is known color: Eggplant. HEX triplet: 8C, 17 and 64. RGB value is (140,23,100). Sum of RGB (Red+Green+Blue) = 140+23+100=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1764 is #73E89B. Grayscale: #424242. Windows color (decimal): -7596188 or 6559628. OLE color: 6559628.

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

Color convert

RGB 140 23 100 -
CMYK 0 0.84 0.29 0.45
HSL 320.51º 0.72% 0.32% -
HSV(B) 320.51º 0.84% 0.55% -
XYZ 13.42 7.11 12.72 -
YUV 66.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 140 23 100 0 0.84 0.29 0.45 320.51 0.72 0.32
Hex 8C 17 64 0 54 1D 2D 141 48 20
Octal 214 27 144 0 124 35 55 501 110 40
Binary 10001100 10111 1100100 0 1010100 11101 101101 101000001 1001000 100000

Color Harmonies of #8C1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1764

Black with #8C1764

Text Example


Text Example

White with #8C1764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,100); }

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

background-color css

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

 a { background-color: rgb(140,23,100); }

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

border-color css

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

 span { border-color: rgb(140,23,100); }

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