Html Css Color HEX #8A0059 Eggplant

📋 copy color: '#8A0059'

red 138 ◦ green 0 ◦ blue 89

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

Shades of Eggplant #8A0059

Tints of Eggplant #8A0059

RGB

 RED value IS 138 (54.3% from 255) = 60.79%

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

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

R = 60.79%
G = 0%
B = 39.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A0059 (or 0x8A0059) is known color: Eggplant. HEX triplet: 8A, 00 and 59. RGB value is (138,0,89). Sum of RGB (Red+Green+Blue) = 138+0+89=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0059 is #75FFA6. Grayscale: #333333. Windows color (decimal): -7733159 or 5832842. OLE color: 5832842.

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

Color convert

RGB 138 0 89 -
CMYK 0 1 0.36 0.46
HSL 321.3º 1% 0.27% -
HSV(B) 321.3º 1% 0.54% -
XYZ 12.28 6.12 9.99 -
YUV 51.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 138 0 89 0 1 0.36 0.46 321.3 1 0.27
Hex 8A 0 59 0 64 24 2E 141 64 1B
Octal 212 0 131 0 144 44 56 501 144 33
Binary 10001010 0 1011001 0 1100100 100100 101110 101000001 1100100 11011

Color Harmonies of #8A0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0059

Black with #8A0059

Text Example


Text Example

White with #8A0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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