Html Css Color HEX #8C1461 Eggplant

📋 copy color: '#8C1461'

red 140 ◦ green 20 ◦ blue 97

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

Shades of Eggplant #8C1461

Tints of Eggplant #8C1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

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

R = 54.47%
G = 7.78%
B = 37.74%

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

#8C1461 (or 0x8C1461) is known color: Eggplant. HEX triplet: 8C, 14 and 61. RGB value is (140,20,97). Sum of RGB (Red+Green+Blue) = 140+20+97=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1461 is #73EB9E. Grayscale: #404040. Windows color (decimal): -7596959 or 6362252. OLE color: 6362252.

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

Color convert

RGB 140 20 97 -
CMYK 0 0.86 0.31 0.45
HSL 321.5º 0.75% 0.31% -
HSV(B) 321.5º 0.86% 0.55% -
XYZ 13.22 6.94 11.95 -
YUV 64.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 140 20 97 0 0.86 0.31 0.45 321.5 0.75 0.31
Hex 8C 14 61 0 56 1F 2D 142 4B 1F
Octal 214 24 141 0 126 37 55 502 113 37
Binary 10001100 10100 1100001 0 1010110 11111 101101 101000010 1001011 11111

Color Harmonies of #8C1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1461

Black with #8C1461

Text Example


Text Example

White with #8C1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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