Html Css Color HEX #890770 Eggplant

📋 copy color: '#890770'

red 137 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #890770

Tints of Eggplant #890770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 53.52%
G = 2.73%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#890770 (or 0x890770) is known color: Eggplant. HEX triplet: 89, 07 and 70. RGB value is (137,7,112). Sum of RGB (Red+Green+Blue) = 137+7+112=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890770 is #76F88F. Grayscale: #393939. Windows color (decimal): -7796880 or 7341961. OLE color: 7341961.

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

Color convert

RGB 137 7 112 -
CMYK 0 0.95 0.18 0.46
HSL 311.54º 0.9% 0.28% -
HSV(B) 311.54º 0.95% 0.54% -
XYZ 13.32 6.64 15.91 -
YUV 57.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 137 7 112 0 0.95 0.18 0.46 311.54 0.9 0.28
Hex 89 7 70 0 5F 12 2E 138 5A 1C
Octal 211 7 160 0 137 22 56 470 132 34
Binary 10001001 111 1110000 0 1011111 10010 101110 100111000 1011010 11100

Color Harmonies of #890770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890770

Black with #890770

Text Example


Text Example

White with #890770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890770; }

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

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

background-color css

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

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

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

border-color css

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

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

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