Html Css Color HEX #8C0465 Eggplant

📋 copy color: '#8C0465'

red 140 ◦ green 4 ◦ blue 101

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

Shades of Eggplant #8C0465

Tints of Eggplant #8C0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 57.14%
G = 1.63%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C0465 (or 0x8C0465) is known color: Eggplant. HEX triplet: 8C, 04 and 65. RGB value is (140,4,101). Sum of RGB (Red+Green+Blue) = 140+4+101=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0465 is #73FB9A. Grayscale: #373737. Windows color (decimal): -7601051 or 6620300. OLE color: 6620300.

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

Color convert

RGB 140 4 101 -
CMYK 0 0.97 0.28 0.45
HSL 317.21º 0.94% 0.28% -
HSV(B) 317.21º 0.97% 0.55% -
XYZ 13.21 6.6 12.89 -
YUV 55.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 140 4 101 0 0.97 0.28 0.45 317.21 0.94 0.28
Hex 8C 4 65 0 61 1C 2D 13D 5E 1C
Octal 214 4 145 0 141 34 55 475 136 34
Binary 10001100 100 1100101 0 1100001 11100 101101 100111101 1011110 11100

Color Harmonies of #8C0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0465

Black with #8C0465

Text Example


Text Example

White with #8C0465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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