Html Css Color HEX #8C155C Eggplant

📋 copy color: '#8C155C'

red 140 ◦ green 21 ◦ blue 92

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

Shades of Eggplant #8C155C

Tints of Eggplant #8C155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 55.34%
G = 8.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C155C (or 0x8C155C) is known color: Eggplant. HEX triplet: 8C, 15 and 5C. RGB value is (140,21,92). Sum of RGB (Red+Green+Blue) = 140+21+92=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C155C is #73EAA3. Grayscale: #404040. Windows color (decimal): -7596708 or 6034828. OLE color: 6034828.

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

Color convert

RGB 140 21 92 -
CMYK 0 0.85 0.34 0.45
HSL 324.2º 0.74% 0.32% -
HSV(B) 324.2º 0.85% 0.55% -
XYZ 13.02 6.88 10.77 -
YUV 64.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 140 21 92 0 0.85 0.34 0.45 324.2 0.74 0.32
Hex 8C 15 5C 0 55 22 2D 144 4A 20
Octal 214 25 134 0 125 42 55 504 112 40
Binary 10001100 10101 1011100 0 1010101 100010 101101 101000100 1001010 100000

Color Harmonies of #8C155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C155C

Black with #8C155C

Text Example


Text Example

White with #8C155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,92); }

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

background-color css

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

 a { background-color: rgb(140,21,92); }

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

border-color css

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

 span { border-color: rgb(140,21,92); }

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