Html Css Color HEX #890370 Eggplant

📋 copy color: '#890370'

red 137 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #890370

Tints of Eggplant #890370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 54.37%
G = 1.19%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#890370 (or 0x890370) is known color: Eggplant. HEX triplet: 89, 03 and 70. RGB value is (137,3,112). Sum of RGB (Red+Green+Blue) = 137+3+112=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #890370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890370 is #76FC8F. Grayscale: #373737. Windows color (decimal): -7797904 or 7340937. OLE color: 7340937.

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

Color convert

RGB 137 3 112 -
CMYK 0 0.98 0.18 0.46
HSL 311.19º 0.96% 0.27% -
HSV(B) 311.19º 0.98% 0.54% -
XYZ 13.27 6.55 15.89 -
YUV 55.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 137 3 112 0 0.98 0.18 0.46 311.19 0.96 0.27
Hex 89 3 70 0 62 12 2E 137 60 1B
Octal 211 3 160 0 142 22 56 467 140 33
Binary 10001001 11 1110000 0 1100010 10010 101110 100110111 1100000 11011

Color Harmonies of #890370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890370

Black with #890370

Text Example


Text Example

White with #890370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890370; }

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

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

background-color css

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

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

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

border-color css

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

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

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