Html Css Color HEX #8C1361 Eggplant

📋 copy color: '#8C1361'

red 140 ◦ green 19 ◦ blue 97

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

Shades of Eggplant #8C1361

Tints of Eggplant #8C1361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 54.69%
G = 7.42%
B = 37.89%

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

#8C1361 (or 0x8C1361) is known color: Eggplant. HEX triplet: 8C, 13 and 61. RGB value is (140,19,97). Sum of RGB (Red+Green+Blue) = 140+19+97=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1361 is #73EC9E. Grayscale: #3F3F3F. Windows color (decimal): -7597215 or 6361996. OLE color: 6361996.

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

Color convert

RGB 140 19 97 -
CMYK 0 0.86 0.31 0.45
HSL 321.32º 0.76% 0.31% -
HSV(B) 321.32º 0.86% 0.55% -
XYZ 13.21 6.9 11.95 -
YUV 64.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 140 19 97 0 0.86 0.31 0.45 321.32 0.76 0.31
Hex 8C 13 61 0 56 1F 2D 141 4C 1F
Octal 214 23 141 0 126 37 55 501 114 37
Binary 10001100 10011 1100001 0 1010110 11111 101101 101000001 1001100 11111

Color Harmonies of #8C1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1361

Black with #8C1361

Text Example


Text Example

White with #8C1361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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