Html Css Color HEX #89004C Eggplant

📋 copy color: '#89004C'

red 137 ◦ green 0 ◦ blue 76

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

Shades of Eggplant #89004C

Tints of Eggplant #89004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 64.32%
G = 0%
B = 35.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89004C (or 0x89004C) is known color: Eggplant. HEX triplet: 89, 00 and 4C. RGB value is (137,0,76). Sum of RGB (Red+Green+Blue) = 137+0+76=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89004C is #76FFB3. Grayscale: #313131. Windows color (decimal): -7798708 or 4980873. OLE color: 4980873.

HSL color Cylindrical-coordinate representation of color #89004C: hue angle of 326.72º 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 #89004C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 76 -
CMYK 0 1 0.45 0.46
HSL 326.72º 1% 0.27% -
HSV(B) 326.72º 1% 0.54% -
XYZ 11.62 5.84 7.35 -
YUV 49.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 137 0 76 0 1 0.45 0.46 326.72 1 0.27
Hex 89 0 4C 0 64 2D 2E 147 64 1B
Octal 211 0 114 0 144 55 56 507 144 33
Binary 10001001 0 1001100 0 1100100 101101 101110 101000111 1100100 11011

Color Harmonies of #89004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89004C

Black with #89004C

Text Example


Text Example

White with #89004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89004C; }

 p { color: rgb(137,0,76); }

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

background-color css

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

 a { background-color: rgb(137,0,76); }

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

border-color css

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

 span { border-color: rgb(137,0,76); }

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