Html Css Color HEX #8A0559 Eggplant

📋 copy color: '#8A0559'

red 138 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #8A0559

Tints of Eggplant #8A0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 59.48%
G = 2.16%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A0559 (or 0x8A0559) is known color: Eggplant. HEX triplet: 8A, 05 and 59. RGB value is (138,5,89). Sum of RGB (Red+Green+Blue) = 138+5+89=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0559 is #75FAA6. Grayscale: #363636. Windows color (decimal): -7731879 or 5834122. OLE color: 5834122.

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

Color convert

RGB 138 5 89 -
CMYK 0 0.96 0.36 0.46
HSL 322.11º 0.93% 0.28% -
HSV(B) 322.11º 0.96% 0.54% -
XYZ 12.34 6.23 10 -
YUV 54.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 138 5 89 0 0.96 0.36 0.46 322.11 0.93 0.28
Hex 8A 5 59 0 60 24 2E 142 5D 1C
Octal 212 5 131 0 140 44 56 502 135 34
Binary 10001010 101 1011001 0 1100000 100100 101110 101000010 1011101 11100

Color Harmonies of #8A0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0559

Black with #8A0559

Text Example


Text Example

White with #8A0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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