Html Css Color HEX #890555 Eggplant

📋 copy color: '#890555'

red 137 ◦ green 5 ◦ blue 85

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

Shades of Eggplant #890555

Tints of Eggplant #890555

RGB

 RED value IS 137 (53.91% from 255) = 60.35%

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

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 60.35%
G = 2.2%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#890555 (or 0x890555) is known color: Eggplant. HEX triplet: 89, 05 and 55. RGB value is (137,5,85). Sum of RGB (Red+Green+Blue) = 137+5+85=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #890555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890555 is #76FAAA. Grayscale: #353535. Windows color (decimal): -7797419 or 5571977. OLE color: 5571977.

HSL color Cylindrical-coordinate representation of color #890555: hue angle of 323.64º 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 #890555 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 85 -
CMYK 0 0.96 0.38 0.46
HSL 323.64º 0.93% 0.28% -
HSV(B) 323.64º 0.96% 0.54% -
XYZ 12.01 6.08 9.14 -
YUV 53.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 137 5 85 0 0.96 0.38 0.46 323.64 0.93 0.28
Hex 89 5 55 0 60 26 2E 144 5D 1C
Octal 211 5 125 0 140 46 56 504 135 34
Binary 10001001 101 1010101 0 1100000 100110 101110 101000100 1011101 11100

Color Harmonies of #890555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890555

Black with #890555

Text Example


Text Example

White with #890555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890555; }

 p { color: rgb(137,5,85); }

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

background-color css

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

 a { background-color: rgb(137,5,85); }

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

border-color css

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

 span { border-color: rgb(137,5,85); }

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