Html Css Color HEX #8C1665 Eggplant

📋 copy color: '#8C1665'

red 140 ◦ green 22 ◦ blue 101

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

Shades of Eggplant #8C1665

Tints of Eggplant #8C1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 53.23%
G = 8.37%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C1665 (or 0x8C1665) is known color: Eggplant. HEX triplet: 8C, 16 and 65. RGB value is (140,22,101). Sum of RGB (Red+Green+Blue) = 140+22+101=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1665 is #73E99A. Grayscale: #424242. Windows color (decimal): -7596443 or 6624908. OLE color: 6624908.

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

Color convert

RGB 140 22 101 -
CMYK 0 0.84 0.28 0.45
HSL 319.83º 0.73% 0.32% -
HSV(B) 319.83º 0.84% 0.55% -
XYZ 13.45 7.09 12.97 -
YUV 66.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 140 22 101 0 0.84 0.28 0.45 319.83 0.73 0.32
Hex 8C 16 65 0 54 1C 2D 140 49 20
Octal 214 26 145 0 124 34 55 500 111 40
Binary 10001100 10110 1100101 0 1010100 11100 101101 101000000 1001001 100000

Color Harmonies of #8C1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1665

Black with #8C1665

Text Example


Text Example

White with #8C1665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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