Html Css Color HEX #8C1360 Eggplant

📋 copy color: '#8C1360'

red 140 ◦ green 19 ◦ blue 96

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

Shades of Eggplant #8C1360

Tints of Eggplant #8C1360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 54.9%
G = 7.45%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C1360 (or 0x8C1360) is known color: Eggplant. HEX triplet: 8C, 13 and 60. RGB value is (140,19,96). Sum of RGB (Red+Green+Blue) = 140+19+96=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1360 is #73EC9F. Grayscale: #3F3F3F. Windows color (decimal): -7597216 or 6296460. OLE color: 6296460.

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

Color convert

RGB 140 19 96 -
CMYK 0 0.86 0.31 0.45
HSL 321.82º 0.76% 0.31% -
HSV(B) 321.82º 0.86% 0.55% -
XYZ 13.16 6.89 11.7 -
YUV 63.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 140 19 96 0 0.86 0.31 0.45 321.82 0.76 0.31
Hex 8C 13 60 0 56 1F 2D 142 4C 1F
Octal 214 23 140 0 126 37 55 502 114 37
Binary 10001100 10011 1100000 0 1010110 11111 101101 101000010 1001100 11111

Color Harmonies of #8C1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1360

Black with #8C1360

Text Example


Text Example

White with #8C1360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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