Html Css Color HEX #8C045E Eggplant

📋 copy color: '#8C045E'

red 140 ◦ green 4 ◦ blue 94

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

Shades of Eggplant #8C045E

Tints of Eggplant #8C045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 58.82%
G = 1.68%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C045E (or 0x8C045E) is known color: Eggplant. HEX triplet: 8C, 04 and 5E. RGB value is (140,4,94). Sum of RGB (Red+Green+Blue) = 140+4+94=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C045E is #73FBA1. Grayscale: #363636. Windows color (decimal): -7601058 or 6161548. OLE color: 6161548.

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

Color convert

RGB 140 4 94 -
CMYK 0 0.97 0.33 0.45
HSL 320.29º 0.94% 0.28% -
HSV(B) 320.29º 0.97% 0.55% -
XYZ 12.88 6.47 11.16 -
YUV 54.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 140 4 94 0 0.97 0.33 0.45 320.29 0.94 0.28
Hex 8C 4 5E 0 61 21 2D 140 5E 1C
Octal 214 4 136 0 141 41 55 500 136 34
Binary 10001100 100 1011110 0 1100001 100001 101101 101000000 1011110 11100

Color Harmonies of #8C045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C045E

Black with #8C045E

Text Example


Text Example

White with #8C045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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