Html Css Color HEX #8C045F Eggplant

📋 copy color: '#8C045F'

red 140 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #8C045F

Tints of Eggplant #8C045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 58.58%
G = 1.67%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C045F (or 0x8C045F) is known color: Eggplant. HEX triplet: 8C, 04 and 5F. RGB value is (140,4,95). Sum of RGB (Red+Green+Blue) = 140+4+95=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C045F is #73FBA0. Grayscale: #363636. Windows color (decimal): -7601057 or 6227084. OLE color: 6227084.

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

Color convert

RGB 140 4 95 -
CMYK 0 0.97 0.32 0.45
HSL 319.85º 0.94% 0.28% -
HSV(B) 319.85º 0.97% 0.55% -
XYZ 12.92 6.49 11.4 -
YUV 55.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 140 4 95 0 0.97 0.32 0.45 319.85 0.94 0.28
Hex 8C 4 5F 0 61 20 2D 140 5E 1C
Octal 214 4 137 0 141 40 55 500 136 34
Binary 10001100 100 1011111 0 1100001 100000 101101 101000000 1011110 11100

Color Harmonies of #8C045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C045F

Black with #8C045F

Text Example


Text Example

White with #8C045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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