Html Css Color HEX #890470 Eggplant

📋 copy color: '#890470'

red 137 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #890470

Tints of Eggplant #890470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 54.15%
G = 1.58%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#890470 (or 0x890470) is known color: Eggplant. HEX triplet: 89, 04 and 70. RGB value is (137,4,112). Sum of RGB (Red+Green+Blue) = 137+4+112=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890470 is #76FB8F. Grayscale: #373737. Windows color (decimal): -7797648 or 7341193. OLE color: 7341193.

HSL color Cylindrical-coordinate representation of color #890470: hue angle of 311.28º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890470 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 112 -
CMYK 0 0.97 0.18 0.46
HSL 311.28º 0.94% 0.28% -
HSV(B) 311.28º 0.97% 0.54% -
XYZ 13.28 6.58 15.9 -
YUV 56.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 137 4 112 0 0.97 0.18 0.46 311.28 0.94 0.28
Hex 89 4 70 0 61 12 2E 137 5E 1C
Octal 211 4 160 0 141 22 56 467 136 34
Binary 10001001 100 1110000 0 1100001 10010 101110 100110111 1011110 11100

Color Harmonies of #890470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890470

Black with #890470

Text Example


Text Example

White with #890470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890470; }

 p { color: rgb(137,4,112); }

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

background-color css

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

 a { background-color: rgb(137,4,112); }

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

border-color css

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

 span { border-color: rgb(137,4,112); }

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