Html Css Color HEX #8C0059 Eggplant

📋 copy color: '#8C0059'

red 140 ◦ green 0 ◦ blue 89

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

Shades of Eggplant #8C0059

Tints of Eggplant #8C0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 61.14%
G = 0%
B = 38.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C0059 (or 0x8C0059) is known color: Eggplant. HEX triplet: 8C, 00 and 59. RGB value is (140,0,89). Sum of RGB (Red+Green+Blue) = 140+0+89=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0059 is #73FFA6. Grayscale: #333333. Windows color (decimal): -7602087 or 5832844. OLE color: 5832844.

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

Color convert

RGB 140 0 89 -
CMYK 0 1 0.36 0.45
HSL 321.86º 1% 0.27% -
HSV(B) 321.86º 1% 0.55% -
XYZ 12.62 6.3 10 -
YUV 52.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 140 0 89 0 1 0.36 0.45 321.86 1 0.27
Hex 8C 0 59 0 64 24 2D 142 64 1B
Octal 214 0 131 0 144 44 55 502 144 33
Binary 10001100 0 1011001 0 1100100 100100 101101 101000010 1100100 11011

Color Harmonies of #8C0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0059

Black with #8C0059

Text Example


Text Example

White with #8C0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,89); }

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

background-color css

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

 a { background-color: rgb(140,0,89); }

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

border-color css

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

 span { border-color: rgb(140,0,89); }

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