Html Css Color HEX #8C1765 Eggplant

📋 copy color: '#8C1765'

red 140 ◦ green 23 ◦ blue 101

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

Shades of Eggplant #8C1765

Tints of Eggplant #8C1765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 53.03%
G = 8.71%
B = 38.26%

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

#8C1765 (or 0x8C1765) is known color: Eggplant. HEX triplet: 8C, 17 and 65. RGB value is (140,23,101). Sum of RGB (Red+Green+Blue) = 140+23+101=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1765 is #73E89A. Grayscale: #424242. Windows color (decimal): -7596187 or 6625164. OLE color: 6625164.

HSL color Cylindrical-coordinate representation of color #8C1765: hue angle of 320º degrees, saturation: 0.72, 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 #8C1765 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 101 -
CMYK 0 0.84 0.28 0.45
HSL 320º 0.72% 0.32% -
HSV(B) 320º 0.84% 0.55% -
XYZ 13.47 7.13 12.98 -
YUV 66.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 140 23 101 0 0.84 0.28 0.45 320 0.72 0.32
Hex 8C 17 65 0 54 1C 2D 140 48 20
Octal 214 27 145 0 124 34 55 500 110 40
Binary 10001100 10111 1100101 0 1010100 11100 101101 101000000 1001000 100000

Color Harmonies of #8C1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1765

Black with #8C1765

Text Example


Text Example

White with #8C1765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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