Html Css Color HEX #8C1365 Eggplant

📋 copy color: '#8C1365'

red 140 ◦ green 19 ◦ blue 101

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

Shades of Eggplant #8C1365

Tints of Eggplant #8C1365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 53.85%
G = 7.31%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C1365 (or 0x8C1365) is known color: Eggplant. HEX triplet: 8C, 13 and 65. RGB value is (140,19,101). Sum of RGB (Red+Green+Blue) = 140+19+101=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1365 is #73EC9A. Grayscale: #404040. Windows color (decimal): -7597211 or 6624140. OLE color: 6624140.

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

Color convert

RGB 140 19 101 -
CMYK 0 0.86 0.28 0.45
HSL 319.34º 0.76% 0.31% -
HSV(B) 319.34º 0.86% 0.55% -
XYZ 13.4 6.98 12.95 -
YUV 64.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 140 19 101 0 0.86 0.28 0.45 319.34 0.76 0.31
Hex 8C 13 65 0 56 1C 2D 13F 4C 1F
Octal 214 23 145 0 126 34 55 477 114 37
Binary 10001100 10011 1100101 0 1010110 11100 101101 100111111 1001100 11111

Color Harmonies of #8C1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1365

Black with #8C1365

Text Example


Text Example

White with #8C1365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,101); }

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

background-color css

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

 a { background-color: rgb(140,19,101); }

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

border-color css

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

 span { border-color: rgb(140,19,101); }

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