Html Css Color HEX #890F5E Eggplant

📋 copy color: '#890F5E'

red 137 ◦ green 15 ◦ blue 94

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

Shades of Eggplant #890F5E

Tints of Eggplant #890F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 55.69%
G = 6.1%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#890F5E (or 0x890F5E) is known color: Eggplant. HEX triplet: 89, 0F and 5E. RGB value is (137,15,94). Sum of RGB (Red+Green+Blue) = 137+15+94=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #890F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F5E is #76F0A1. Grayscale: #3C3C3C. Windows color (decimal): -7794850 or 6164361. OLE color: 6164361.

HSL color Cylindrical-coordinate representation of color #890F5E: hue angle of 321.15º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F5E is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 15 94 -
CMYK 0 0.89 0.31 0.46
HSL 321.15º 0.8% 0.3% -
HSV(B) 321.15º 0.89% 0.54% -
XYZ 12.51 6.47 11.18 -
YUV 60.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 137 15 94 0 0.89 0.31 0.46 321.15 0.8 0.3
Hex 89 F 5E 0 59 1F 2E 141 50 1E
Octal 211 17 136 0 131 37 56 501 120 36
Binary 10001001 1111 1011110 0 1011001 11111 101110 101000001 1010000 11110

Color Harmonies of #890F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F5E

Black with #890F5E

Text Example


Text Example

White with #890F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890F5E; }

 p { color: rgb(137,15,94); }

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

background-color css

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

 a { background-color: rgb(137,15,94); }

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

border-color css

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

 span { border-color: rgb(137,15,94); }

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